Fix styling special case for DialogButtons

This commit is contained in:
Michael Telatynski 2020-01-29 07:58:43 +00:00
parent 2aa21d9199
commit 61d0021c8e

View file

@ -263,7 +263,9 @@ limitations under the License.
.mx_UserInfo_verify { .mx_UserInfo_verify {
display: block; display: block;
margin: 16px 0; margin: 16px 0;
width: 100%; }
button.mx_UserInfo_verify {
width: 100%; // FIXME get rid of this once we get rid of DialogButtons here
} }
} }