Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
another CSS tweak that allows the pills on the right side to wrap
  • Loading branch information
jasoncalabrese committed May 8, 2019
commit 3c41724dbd332d1f12ae97ab83e598d202a95a88
6 changes: 4 additions & 2 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,13 @@ a, a:visited, a:link {
font-family: 'Ubuntu', Verdana, Helvetica, Arial, sans-serif;
vertical-align: middle;
clear: both;
white-space: nowrap;
}

.bgStatus {
float: right;
text-align: center;
white-space: nowrap;
white-space: normal;
padding-right: 20px;
}

Expand Down Expand Up @@ -240,6 +241,7 @@ a, a:visited, a:link {
.status {
color: #808080;
font-size: 100px;
white-space: normal;
}
.statusBox {
text-align: center;
Expand Down Expand Up @@ -493,7 +495,7 @@ a, a:visited, a:link {

@media (max-width: 750px) {
.bgStatus {
width: auto;
width: 50%;
padding: 0 0 20px 0;
}

Expand Down