mirror of
https://git.wownero.com/wownero/wownero-puddle.git
synced 2024-08-15 01:03:20 +00:00
fix webui wrapping
This commit is contained in:
parent
0264462f44
commit
f70955d648
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
}
|
}
|
||||||
td {
|
td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
white-space: wrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
td:last-child {
|
td:last-child {
|
||||||
white-space: unset;
|
white-space: unset;
|
||||||
|
|
Loading…
Reference in a new issue