Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Fix long workspace names
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 16, 2015
1 parent 8032138 commit e435381
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/plugins/access.ajxp_home/home.css
Expand Up @@ -19,7 +19,7 @@
}

#workspaces_list span.letter_badge {
margin: 9px 13px 2px 50px;
margin: 12px 13px 16px 50px;
}

#home_left_bar{
Expand Down Expand Up @@ -99,6 +99,7 @@
font-size: 19px;
letter-spacing: 1px;
margin: 0;
line-height: 21px;
}

#workspaces_list h4{
Expand All @@ -114,7 +115,7 @@

#workspaces_list li {
cursor: pointer;
padding: 5px 9px;
padding: 1px 9px 5px;
clear: left;
font-weight: normal;
}
Expand Down

0 comments on commit e435381

Please sign in to comment.