Skip to content

Commit

Permalink
Adjust input width
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed Apr 29, 2016
1 parent a152827 commit 0e9f9bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions media/jui/css/jquery.minicolors.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,11 @@
.minicolors-theme-bootstrap .keywords {
width: 100px;
}
.minicolors-theme-bootstrap .rgb,
.minicolors-theme-bootstrap .rgb {
width: 160px;
}
.minicolors-theme-bootstrap .rgba {
width: 200px;
width: 220px;
}

/* When the input is disabled */
Expand Down

0 comments on commit 0e9f9bd

Please sign in to comment.