Minor CSS fix in regards to radio-button-spacer

This commit is contained in:
Chrystian Huot 2019-06-14 10:18:28 -04:00
parent e48634b310
commit b5910ec295
2 changed files with 1 additions and 6 deletions

View file

@ -21,10 +21,6 @@
background: rgb(50, 100, 50); background: rgb(50, 100, 50);
} }
.radio-button-spacer {
flex: 1;
}
.radio-system { .radio-system {
font-family: Roboto, 'Helvetica Neue', sans-serif; font-family: Roboto, 'Helvetica Neue', sans-serif;
font-size: 14px; font-size: 14px;

View file

@ -84,8 +84,7 @@
} }
.radio-button-spacer { .radio-button-spacer {
flex: auto; flex: 1;
min-width: .00001px;
} }
@media (min-width: 720px) { @media (min-width: 720px) {