Elastic: Remove wrong min-height on .ui.alert on mobile

pull/6825/head
Aleksander Machniak 5 years ago
parent f181cdfd39
commit d3b468d330

@ -27,7 +27,6 @@
@media screen and (max-width: @screen-width-xs) {
border: 0;
min-height: 4.2rem;
}
span {
@ -199,6 +198,7 @@
@media screen and (max-width: @screen-width-xs) {
margin: 0;
border-radius: 0;
min-height: 4.2rem;
}
&.voice {
@ -217,10 +217,6 @@
&:last-child {
margin-bottom: 0;
}
@media screen and (max-width: @screen-width-xs) {
margin: 0;
}
}
.loading {

Loading…
Cancel
Save