fix bar width in infobox
This commit is contained in:
parent
33bd730576
commit
821ce47f4c
|
@ -67,10 +67,6 @@ table th.sort-up:after {
|
||||||
content: '\f104';
|
content: '\f104';
|
||||||
}
|
}
|
||||||
|
|
||||||
table.attributes {
|
|
||||||
width: auto !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
table.attributes th {
|
table.attributes th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -81,6 +77,7 @@ table.attributes th {
|
||||||
|
|
||||||
table.attributes td {
|
table.attributes td {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.infobox .clients {
|
.infobox .clients {
|
||||||
|
|
Loading…
Reference in a new issue