mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-17 02:50:57 +00:00
fix alert close position
This commit is contained in:
parent
99ac6ca08e
commit
cf1b46bda4
2 changed files with 2 additions and 0 deletions
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
|
|
@ -2002,6 +2002,7 @@ button.btn.small, input[type="submit"].btn.small {
|
|||
}
|
||||
.alert .close {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
// Adjust close link position
|
||||
.alert .close {
|
||||
position: relative;
|
||||
top: -2px;
|
||||
right: -21px;
|
||||
line-height: 18px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue