Table header fix

This commit is contained in:
Adina Țeudan 2021-09-06 15:41:14 +03:00
parent d8379489b9
commit 08222bdaeb

View File

@ -4,7 +4,7 @@
display: flex;
border-bottom: 1px solid $separator;
&.no-data:not([synced='true']) {
&.no-data.selection-enabled:not([synced='true']) {
padding-left: 30px;
}
}