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:
Miguel Medeiros 2021-05-18 18:16:47 -03:00 committed by GitHub
parent 954533c2b7
commit 4ded57a9c4

View File

@ -585,8 +585,8 @@ th {
text-overflow: ellipsis;
vertical-align: middle;
max-width: 50px;
width: 100%;
text-align: center;
width: auto;
text-align: left;
@media (min-width: 376px) {
max-width: 90px;
}