mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix last th min-width (#11860)
This commit is contained in:
@@ -2378,3 +2378,7 @@ label {
|
||||
opacity: 1;
|
||||
transition: opacity .15s;
|
||||
}
|
||||
|
||||
#manage-device-groups-table > thead > tr > th:last-child {
|
||||
min-width: 7%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user