mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Ensure tabs wrap correctly on user profile page (#12144)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
d1562bfc34
commit
0d03fbf2ca
1 changed files with 3 additions and 0 deletions
|
@ -74,6 +74,9 @@
|
||||||
#loading-heatmap {
|
#loading-heatmap {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
.ui.secondary.stackable.pointing.menu {
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.followers {
|
&.followers {
|
||||||
|
|
Loading…
Reference in a new issue