mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Ensure popup text is aligned left (#17327)
Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com>
This commit is contained in:
parent
8af5450cf7
commit
b9a2f263b8
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@
|
||||||
.overflow-visible {
|
.overflow-visible {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
/* fix alignment of PR popup in branches table */
|
||||||
|
table .ui.popup {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.user.list {
|
.ui.user.list {
|
||||||
|
|
Loading…
Reference in a new issue