mirror of
https://github.com/umami-software/umami.git
synced 2026-02-12 08:37:13 +01:00
CSS fix for Hebrew language.
This commit is contained in:
parent
598a95af94
commit
9ad73ca13c
1 changed files with 5 additions and 0 deletions
|
|
@ -28,6 +28,11 @@ body {
|
||||||
font-family: 'Noto Sans JP', sans-serif !important;
|
font-family: 'Noto Sans JP', sans-serif !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.he-IL {
|
||||||
|
display: inline-block;
|
||||||
|
direction: rtl;
|
||||||
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
*:before,
|
*:before,
|
||||||
*:after {
|
*:after {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue