mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 18:55:58 +03:00
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 {
|
||||
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 a new issue