Skip to content

Commit

Permalink
Fixed color-picker width. #204, #395
Browse files Browse the repository at this point in the history
Signed-off-by: oskar <oskar.kurz@gmail.com>
  • Loading branch information
ossie authored and juliusknorr committed Jun 10, 2018
1 parent 2cc961d commit 4a9ef92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ input.input-inline {
}

label.color {
flex-grow: 0.5;
flex-grow: 1;
}

.selected {
Expand All @@ -837,7 +837,10 @@ input.input-inline {
background-repeat: no-repeat;
opacity: 1;
input {
position: absolute;
visibility: hidden;
height: 32px;
width: 40px;
}
}
}
Expand Down Expand Up @@ -905,7 +908,8 @@ input.input-inline {
.colorselect {
flex-grow: 1;

div {
div,
label {
min-width: 32px;
}
}
Expand Down

0 comments on commit 4a9ef92

Please sign in to comment.