fixed gpx dialog paddings

This commit is contained in:
Fedor Katurov 2020-01-24 17:27:31 +07:00
parent 460440ea24
commit 871f9bb8a2

View file

@ -9,7 +9,7 @@
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
flex-direction: row; flex-direction: row;
padding: 10px; padding: 5px 10px;
min-width: 0; min-width: 0;
&_disabled { &_disabled {
@ -59,7 +59,7 @@
padding: 10px; padding: 10px;
& > * { & > * {
margin: 5px 0; margin: 2.5px 0;
&:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;