Commit e8d10b321716154421a0642e4d9f48d00c3aa56b
1 parent
84397ce8
Exists in
master
and in
4 other branches
issues fix layout
Showing
3 changed files
with
17 additions
and
4 deletions
Show diff stats
app/assets/stylesheets/projects.css.scss
... | ... | @@ -660,3 +660,16 @@ tbody tr:nth-child(2n) td, tbody tr.even td { |
660 | 660 | .right { |
661 | 661 | float:right; |
662 | 662 | } |
663 | + | |
664 | +.width-50p{ | |
665 | + width:50%; | |
666 | +} | |
667 | +.width-49p{ | |
668 | + width:49%; | |
669 | +} | |
670 | +.width-30p{ | |
671 | + width:30%; | |
672 | +} | |
673 | +.width-65p{ | |
674 | + width:65%; | |
675 | +} | ... | ... |
app/views/issues/show.html.haml
app/views/projects/show.html.haml