Fix styling special case for DialogButtons

pull/21833/head
Michael Telatynski 2020-01-29 07:58:43 +00:00
parent 2aa21d9199
commit 61d0021c8e
1 changed files with 3 additions and 1 deletions

View File

@ -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
}
}