update crud-header display on mobile

This commit is contained in:
Simon Vieille 2022-05-17 09:39:49 +02:00
parent 0f5571b33e
commit 65d3aab76e
Signed by: deblan
GPG Key ID: 579388D585F70417
1 changed files with 3 additions and 3 deletions

View File

@ -538,7 +538,7 @@ fieldset.form-group {
}
.crud-header {
padding: 30px;
padding: 20px;
.btn-group:empty {
display: none;
@ -563,8 +563,8 @@ fieldset.form-group {
}
&-filter {
padding-right: 30px;
padding-bottom: 30px;
padding-right: 20px;
padding-bottom: 20px;
@media screen and (max-width: 769px) {
padding-right: 10px;