Fix look of the untrusted device dialog (#7487)

This commit is contained in:
Šimon Brandner
2022-01-10 10:02:03 +00:00
committed by GitHub
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;
}
}