Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
23396a52
Commit
23396a52
authored
Mar 23, 2015
by
Jan-Christoph Borchardt
Browse files
fix long group names overlapping in the sidebar, fix #12649
parent
a9b4f0d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/css/settings.css
View file @
23396a52
...
...
@@ -76,6 +76,16 @@ table.nostyle td { padding: 0.2em 0; }
height
:
30px
;
}
.isgroup
.groupname
{
width
:
85%
;
display
:
block
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.isgroup.active
.groupname
{
width
:
65%
;
}
.usercount
{
float
:
left
;
margin
:
5px
;
}
li
.active
span
.utils
.delete
{
float
:
left
;
position
:
relative
;
opacity
:
0.5
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment