Skip to content

Commit

Permalink
Fix #1554 by adding some word breaking styles
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Oct 23, 2013
1 parent 3b3fbbc commit 631ed39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/NuGetGallery/Content/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ div #Register {
}

hgroup.page-heading h1,
hgroup.page-heading h2 { display: inline; }
hgroup.page-heading h2 { display: inline; word-break: break-all; }

hgroup.page-heading h2 { padding-left: 7px; }

Expand Down Expand Up @@ -753,6 +753,7 @@ button.undo-button {

.edit-root {
font-size: 1.3em;
word-break: break-all;
}

.edit-tree, .edit-tree-selected {
Expand Down Expand Up @@ -1121,7 +1122,7 @@ ul.pager li.next { padding-left: 10px; }

.sexy-table tbody tr:hover { background-color: #f4f5f6; }

.sexy-table tbody tr.recommended { font-weight: 800; }
.sexy-table tbody tr.recommended { font-weight: 800; word-break: break-all; }

.sexy-table tbody td { padding: 5px 25px 5px 0; }

Expand Down

0 comments on commit 631ed39

Please sign in to comment.