Align scriptmessage text to the left. (#529)
* Align scriptmessage text to the left. * Script message box only fills the text width.
This commit is contained in:
parent
3e435d1394
commit
cd1ec53af0
@ -585,8 +585,8 @@ th {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
max-width: 50px;
|
max-width: 50px;
|
||||||
width: 100%;
|
width: auto;
|
||||||
text-align: center;
|
text-align: left;
|
||||||
@media (min-width: 376px) {
|
@media (min-width: 376px) {
|
||||||
max-width: 90px;
|
max-width: 90px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user