Skip to content
Snippets Groups Projects
Commit 2dd32247 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Fix header for safari

parent ffefaf7c
No related branches found
No related tags found
No related merge requests found
Pipeline #86060 passed
......@@ -549,8 +549,8 @@ export class AppShell extends ScopedElementsMixin(DBPLitElement) {
header .hd1-left {
display: flex;
flex-direction: row;
justify-content: right;
-webkit-justify-content: right;
justify-content: flex-end;
-webkit-justify-content: flex-end;
grid-area: hd1-left;
text-align: right;
padding-right: 20px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment