Skip to content

Commit

Permalink
Dev: Normal white-space in label-danger (temporary fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 15, 2016
1 parent 26d987c commit 7c2a4dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/default/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1081,3 +1081,7 @@ div.yes-no .btn-group label {
.ls-custom-margin.eighteen{
margin: 18px;
}

.label-danger {
white-space: normal;
}
4 changes: 4 additions & 0 deletions templates/news_paper/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1081,3 +1081,7 @@ div.yes-no .btn-group label {
.ls-custom-margin.eighteen{
margin: 18px;
}

.label-danger {
white-space: normal;
}
4 changes: 4 additions & 0 deletions templates/ubuntu_orange/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -1081,3 +1081,7 @@ div.yes-no .btn-group label {
.ls-custom-margin.eighteen{
margin: 18px;
}

.label-danger {
white-space: normal;
}

0 comments on commit 7c2a4dd

Please sign in to comment.