Browse Source

Ensure tabs wrap correctly on user profile page (#12144)

Co-authored-by: zeripath <art27@cantab.net>
tags/v1.13.0-rc1
George Merlocco 3 years ago
parent
commit
0d03fbf2ca
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      web_src/less/_user.less

+ 3
- 0
web_src/less/_user.less View File

@@ -74,6 +74,9 @@
#loading-heatmap {
margin-bottom: 1em;
}
.ui.secondary.stackable.pointing.menu {
flex-wrap: wrap;
}
}

&.followers {

Loading…
Cancel
Save