Skip to content

Commit

Permalink
fix: set correct height on select divs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Clemens committed Jul 9, 2018
1 parent 9e84182 commit 0155027
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions webserver/web/src/css/dark-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ div.codesass.codesass--has-line-numbers::before {
}
}

.select:not(.is-multiple) {
// fix arrows
height: 2.5em;
}

// fonts

/* lato-regular - latin_latin-ext */
Expand Down
2 changes: 1 addition & 1 deletion webserver/web/static/css/dark-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webserver/web/static/css/dark-style.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webserver/web/templates/base.html.tera
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
title="dark"
rel="stylesheet alternate"
href="/static/css/dark-style.css?v={{ resources_version }}"
integrity="sha384-8RyFfCrR+Hox6GbKpwePltADPVo2Oi8luTylmuKYg/ue7J7ojNJ7qS4BGzcr9j68"/>
integrity="sha384-5WgA6afdS8XJzytwzbYo/keP6EI6F0C4jGK48LVe/rO4QAN2Pi/RIGfh3hVmS+r7"/>
<link
title="light"
rel="stylesheet"
Expand Down

0 comments on commit 0155027

Please sign in to comment.