Skip to content

Commit

Permalink
Merge pull request #361 from nextmcloud/nmc/3005-wrong-text-alignment
Browse files Browse the repository at this point in the history
text alignment and font family fixed
  • Loading branch information
memurats authored Aug 13, 2024
2 parents d20baa4 + 2db9292 commit c005982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions css/apps/viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,17 @@
background-image: var(--icon-share-dark);
}
}

.viewer__image-editor,
.SfxModal-Wrapper,
.SfxPopper-wrapper {
*, label {
font-family: inherit !important;
}
}
.SfxModal-Container {
.SfxModal-root,
.SfxModalTitle-root {
text-align: center;
}
}

0 comments on commit c005982

Please sign in to comment.