mirror of https://github.com/vector-im/riot-web
Fix styling special case for DialogButtons
parent
2aa21d9199
commit
61d0021c8e
|
@ -263,7 +263,9 @@ limitations under the License.
|
|||
.mx_UserInfo_verify {
|
||||
display: block;
|
||||
margin: 16px 0;
|
||||
width: 100%;
|
||||
}
|
||||
button.mx_UserInfo_verify {
|
||||
width: 100%; // FIXME get rid of this once we get rid of DialogButtons here
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue