Keep original text alignment; use a min-width.

This commit is contained in:
Paulo Reis 2017-02-28 11:37:58 +00:00
parent e5533b91be
commit cf896b5a5d

View file

@ -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);