diff --git a/www/css/ui.css b/www/css/ui.css index a6265f9..6441179 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -22,6 +22,8 @@ main>table.list td{ text-align:center; + white-space: nowrap; + background-color:#303030; color:#f0f0f0; } @@ -30,7 +32,7 @@ main>table.list td:last-child{ flex-flow:row nowrap; align-items:flex-start; justify-content:flex-end; - flex-grow:1; + width: 100%; } main>table.list td:last-child>button{