mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-12 08:31:00 +00:00
Fixed a bug that wasn't working as expected on Linux
This commit is contained in:
parent
3045ce4692
commit
c9b7118a47
1 changed files with 2 additions and 1 deletions
|
|
@ -522,7 +522,8 @@ footer {
|
|||
}
|
||||
// Sets the close button to the middle of message
|
||||
.close{
|
||||
line-height: 18px;
|
||||
font-family: Arial;
|
||||
line-height: 18px;
|
||||
}
|
||||
// Danger and error appear as red
|
||||
&.danger,
|
||||
|
|
|
|||
Loading…
Reference in a new issue