Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit a2ec6d9

Browse files
Merge pull request #80 from SURFnet/35-long-group-name-style-fixes
35 Enable text overflow for long group names
2 parents e6fbd35 + 71a6767 commit a2ec6d9

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

web/css/grouphub.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -838,12 +838,16 @@ nav .search_container .input_container input:focus {
838838
padding: 0;
839839
margin: 0; }
840840

841-
.group p.name{
842-
overflow-x: auto;
841+
.group p.name,
842+
#group_title,
843+
.edit_group_container ul.users li p {
844+
text-overflow:ellipsis;
845+
white-space: nowrap;
846+
overflow: hidden;
843847
}
848+
844849
#group_title {
845-
margin: 0 60px 0 60px;
846-
overflow-x: auto;
850+
margin: 0 60px;
847851
}
848852

849853
/* line 1, _group_section.scss */
@@ -1341,7 +1345,6 @@ footer a {
13411345
.edit_group_container ul.users li p {
13421346
margin: 0 60px 0 0;
13431347
padding: 0;
1344-
overflow-x: auto;
13451348
}
13461349

13471350
/* line 231, _edit_group.scss */

0 commit comments

Comments
 (0)