Skip to content

Commit

Permalink
FIX Allow more width for version numbers in list, so alignment of sta…
Browse files Browse the repository at this point in the history
…te column is unaffected
  • Loading branch information
raissanorth authored and robbieaverill committed Aug 12, 2018
1 parent eed1ca9 commit 8611e47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@
padding: $table-cell-padding;
}

// Ensures version numbers (up to three digits) don't affect record column alignment
.history-viewer__version-no {
width: 3.7%;
}

.history-viewer__version-state,
.history-viewer__author {
flex-grow: 1;
Expand Down

0 comments on commit 8611e47

Please sign in to comment.