mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue