Skip to content

Commit 598d54c

Browse files
authored
Merge pull request inveniosoftware-contrib#415 from harunurhan/style-fix
fix dropdown menu and button styles
2 parents 7627c5f + a1bc4dc commit 598d54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/json-editor.component.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ body, html {
7979

8080
.dropdown-menu {
8181
max-height: 400px;
82-
overflow-y: scroll;
82+
overflow-y: auto;
8383
}
8484

8585
.hidden {
@@ -223,7 +223,7 @@ body, html {
223223
}
224224

225225
.btn-add-field-dropdown {
226-
width: 100%;
226+
float: right;
227227
}
228228
}
229229

0 commit comments

Comments
 (0)