Removed maximum width on GTD item attributes.

This commit is contained in:
Jonathan Bernard 2013-10-29 21:16:53 -05:00
parent bf20564858
commit 64e90eaeb5
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
4 5

View File

@ -142,7 +142,8 @@ body > section {
display: inline-block; display: inline-block;
font-size: 66%; font-size: 66%;
margin: 0 0.5rem; margin: 0 0.5rem;
max-width: 33%; max-width: 66%;
overflow: hidden;
padding: 0 0.5rem; padding: 0 0.5rem;
white-space: nowrap; } white-space: nowrap; }