Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5543ee8

Browse files
Use flex-end rather than end (#7505)
1 parent 8c20bcf commit 5543ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/dialogs/_UntrustedDeviceDialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ limitations under the License.
2626

2727
.mx_Dialog_buttons {
2828
display: flex;
29-
justify-content: end;
29+
justify-content: flex-end;
3030
gap: 8px;
3131
}
3232
}

0 commit comments

Comments
 (0)