Fix styling special case for DialogButtons
This commit is contained in:
parent
2aa21d9199
commit
61d0021c8e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue