Skip to content

Commit

Permalink
Remove 'overflow: hidden' to title on main column view to correct vis…
Browse files Browse the repository at this point in the history
…ual bug
  • Loading branch information
Spheerys committed Nov 3, 2016
1 parent 8dda3c4 commit 88023f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/components/collections/css/mgr.css
Expand Up @@ -114,7 +114,6 @@

.collections-grid .main-column {
font-size: 16px;
overflow-x: hidden;
}

.collections-grid .main-column.buttons {
Expand All @@ -124,7 +123,6 @@
.collections-grid .main-column a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.collections-grid .collections-title-column ul {
Expand Down

0 comments on commit 88023f4

Please sign in to comment.