Skip to content

Commit c577019

Browse files
authored
Ensure popup text is aligned left (#17343)
Signed-off-by: Mario Lubenka <[email protected]>
1 parent a20ccec commit c577019

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_explore.less

+4
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)