Skip to content

Commit

Permalink
Fix install button layout to avoid irregular test failures
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Jul 29, 2018
1 parent 2e49338 commit ffe590f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/css/guest.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,13 +454,14 @@ form #selectDbType {
text-align:center;
white-space: nowrap;
margin: 0;
display: flex;
}
form #selectDbType .info {
white-space: normal;
}
form #selectDbType label {
position: static;
margin: 0 -3px 5px;
flex-grow: 1;
margin: 0 -1px 5px;
font-size: 12px;
background:#f8f8f8;
color:#888;
Expand All @@ -469,7 +470,7 @@ form #selectDbType label {
}
form #selectDbType label span {
cursor: pointer;
padding: 10px 20px;
padding: 10px 17px;
}
form #selectDbType label.ui-state-hover,
form #selectDbType label.ui-state-active {
Expand Down

0 comments on commit ffe590f

Please sign in to comment.