Skip to content

Commit b9a2f26

Browse files
authored
Ensure popup text is aligned left (go-gitea#17327)
Signed-off-by: Mario Lubenka <[email protected]>
1 parent 8af5450 commit b9a2f26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_explore.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
.overflow-visible {
6161
overflow: visible;
6262
}
63+
/* fix alignment of PR popup in branches table */
64+
table .ui.popup {
65+
text-align: left;
66+
}
6367
}
6468

6569
.ui.user.list {

0 commit comments

Comments
 (0)