Skip to content

Commit

Permalink
Fix ugly line break in master view
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxantron authored Feb 9, 2017
1 parent 94caa6f commit 5941f89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/scrumonline.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ div.card-container {
div.card-container h2 {
font-weight: bold;
width: 100px;
min-height: 70px;
text-align: center;
}
@media(min-width: 992px){
Expand Down Expand Up @@ -238,4 +239,4 @@ div.removal {
div.issue-list {
height: 250px;
overflow-y: scroll;
}
}

0 comments on commit 5941f89

Please sign in to comment.