mirror of https://github.com/vector-im/riot-web
Set padding-bottom: 0px for .mx_Dialog spinner
This was causing https://github.com/vector-im/riot-web/issues/3226pull/3351/head
parent
640c486bde
commit
024fea0687
|
@ -136,6 +136,7 @@ textarea {
|
|||
width: auto;
|
||||
border-radius: 8px;
|
||||
padding-left: 0px;
|
||||
padding-bottom: 0px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue