Skip to content

Commit

Permalink
Fix visual issues with inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mic4ael authored and ThiefMaster committed Nov 18, 2019
1 parent b82bd70 commit de0d588
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -18,6 +18,7 @@ Bugfixes
- Fix creating rooms without touching the longitude/latitude fields (:issue:`4115`)
- Fix error in HTTP API when Basic auth headers are present (:issue:`4123`,
thanks :user:`uxmaster`)
- Fix incorrect font size in some room booking dropdowns (:issue:`4156`)

Version 2.2.4
-------------
Expand Down
3 changes: 3 additions & 0 deletions indico/modules/rb/client/styles/main.scss
Expand Up @@ -12,6 +12,9 @@

$indico-top-bar-height: 50px;

input {
font-size: 100%;
}

body {
overflow-y: scroll;
Expand Down

0 comments on commit de0d588

Please sign in to comment.