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

Commit e435381

Browse files
committed
Fix long workspace names
1 parent 8032138 commit e435381

File tree

1 file changed

+3
-2
lines changed
  • core/src/plugins/access.ajxp_home

1 file changed

+3
-2
lines changed

core/src/plugins/access.ajxp_home/home.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
#workspaces_list span.letter_badge {
22-
margin: 9px 13px 2px 50px;
22+
margin: 12px 13px 16px 50px;
2323
}
2424

2525
#home_left_bar{
@@ -99,6 +99,7 @@
9999
font-size: 19px;
100100
letter-spacing: 1px;
101101
margin: 0;
102+
line-height: 21px;
102103
}
103104

104105
#workspaces_list h4{
@@ -114,7 +115,7 @@
114115

115116
#workspaces_list li {
116117
cursor: pointer;
117-
padding: 5px 9px;
118+
padding: 1px 9px 5px;
118119
clear: left;
119120
font-weight: normal;
120121
}

0 commit comments

Comments
 (0)