[ticket/13713] Fix paddings

PHPBB3-13713
This commit is contained in:
lavigor 2018-09-13 16:13:23 +03:00 committed by Marc Alexander
parent e13f22f841
commit 2d08e570f7
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 4 additions and 4 deletions

View file

@ -1707,7 +1707,7 @@ fieldset.submit-buttons legend {
flex-shrink: 0; flex-shrink: 0;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-right: 16px; margin-right: 8px;
margin-left: 0; margin-left: 0;
} }
@ -1737,7 +1737,7 @@ svg { /* TODO: remove it after general normalization */
overflow: hidden; overflow: hidden;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
padding: 16px; padding: 8px;
cursor: pointer; cursor: pointer;
} }

View file

@ -34,7 +34,7 @@
flex-shrink: 0; flex-shrink: 0;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
margin-right: 16px; margin-right: 8px;
margin-left: 0; margin-left: 0;
} }
@ -58,7 +58,7 @@ svg { /* TODO: remove it after general normalization */
overflow: hidden; overflow: hidden;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
padding: 16px; padding: 8px;
cursor: pointer; cursor: pointer;
} }