Skip to content

Commit 0c6d07a

Browse files
committed
make rtl work
1 parent 4047619 commit 0c6d07a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

web_src/css/base.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,6 +1091,7 @@ a.label,
10911091
color: var(--color-text);
10921092
background: var(--color-box-body);
10931093
border-color: var(--color-secondary);
1094+
text-align: start;
10941095
}
10951096

10961097
.ui.table th,

web_src/css/markup/content.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
}
2424

2525
.markup .anchor {
26+
float: left;
2627
padding-right: 4px;
2728
margin-left: -20px;
2829
line-height: 1;

0 commit comments

Comments
 (0)