Use `flex-end` rather than `end` (#7505)

pull/21833/head
Šimon Brandner 2022-01-10 18:17:05 +01:00 committed by GitHub
parent 8c20bcfe56
commit 5543ee895b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ limitations under the License.
.mx_Dialog_buttons { .mx_Dialog_buttons {
display: flex; display: flex;
justify-content: end; justify-content: flex-end;
gap: 8px; gap: 8px;
} }
} }