Fix look of the untrusted device dialog (#7487)
This commit is contained in:
parent
9cb8ce7c20
commit
fe16f224ea
2 changed files with 8 additions and 2 deletions
|
@ -23,4 +23,10 @@ limitations under the License.
|
|||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_Dialog_buttons {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
gap: 8px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue