Added SettingsTable.
This commit is contained in:
13
components/pages/settings/websites/WebsitesTable.module.css
Normal file
13
components/pages/settings/websites/WebsitesTable.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
@media screen and (max-width: 992px) {
|
||||
.row {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.header .actions {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.actions {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user