mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 17:32:06 +00:00
Keep original text alignment; use a min-width.
This commit is contained in:
parent
e5533b91be
commit
cf896b5a5d
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
.alert {
|
||||
display: inline-block;
|
||||
text-align: left;
|
||||
min-width: 400px;
|
||||
padding: (@line-height-computed / 4);
|
||||
font-size: 14px;
|
||||
margin-bottom: (@line-height-computed / 4);
|
||||
|
|
Loading…
Reference in a new issue