Skip to content

Commit 7e636dd

Browse files
authored
fix: timezone warning icon position (#1361)
1 parent e603ea4 commit 7e636dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/unfold/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ table tr.selected th {
197197
}
198198

199199
.timezonewarning {
200-
@apply absolute block items-center right-20 top-2.5 text-base-500 truncate;
200+
@apply absolute block items-center right-11 top-2 text-base-500 truncate;
201201
font-size: 0;
202202
}
203203

0 commit comments

Comments
 (0)