Skip to content
Snippets Groups Projects
Commit 9e3c95e9 authored by ERKEN EFE's avatar ERKEN EFE
Browse files

:bug: BUGFIX: Fix unsupported flex attribute

Changed "right" to "flex-end" in CSS to fix support for older browsers.
parent 6687a946
No related merge requests found
......@@ -63,7 +63,7 @@ print {
bottom: 10px;
right: 10px;
display: flex;
justify-content: right;
justify-content: flex-end;
}
#articles article footer button {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment