fix last th min-width (#11860)

This commit is contained in:
Negatifff
2020-06-25 22:20:43 +03:00
committed by GitHub
parent ea58060b16
commit bd45ae0b65

View File

@@ -2378,3 +2378,7 @@ label {
opacity: 1;
transition: opacity .15s;
}
#manage-device-groups-table > thead > tr > th:last-child {
min-width: 7%;
}