mirror of https://git.48k.eu/ogcp
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
parent
78fd46ad4f
commit
ea28a4baf1
|
@ -59,7 +59,7 @@ html, body {
|
|||
}
|
||||
|
||||
.og-pill {
|
||||
width: 11em;
|
||||
min-width: 11em;
|
||||
}
|
||||
|
||||
#dhcpd_conf {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue