diff options
author | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-17 10:59:29 +0200 |
---|---|---|
committer | Alejandro Sirgo Rica <asirgo@soleta.eu> | 2024-07-17 10:59:29 +0200 |
commit | ea28a4baf15cfdaa2e2d954a31a8540379bee83a (patch) | |
tree | d2f68d2c5bdc0696fdb2a65be7ba48c656f11407 /ogcp/static | |
parent | 78fd46ad4ffc573b2f6c3885a7ac0310319c1d4d (diff) |
css: use min-width instad of wifth for client pills
Some ogLive names can be large and a fixed size makes the text
overflow under other client pills.
Let the client pills grow if needed to fit its content.
Diffstat (limited to 'ogcp/static')
-rw-r--r-- | ogcp/static/css/soleta.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index 7d5eb9e..5a3c3b2 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -59,7 +59,7 @@ html, body { } .og-pill { - width: 11em; + min-width: 11em; } #dhcpd_conf { |