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.
master
Alejandro Sirgo Rica 2024-07-17 10:59:29 +02:00
parent 78fd46ad4f
commit ea28a4baf1
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ html, body {
}
.og-pill {
width: 11em;
min-width: 11em;
}
#dhcpd_conf {

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
<!-- Theme style -->
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=4" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=5" />
{% endblock %}
</head>
<body>