We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb3ee8 commit 0e13d22Copy full SHA for 0e13d22
4 files changed
components/plugins/Form/Form.Dropdown.js
@@ -32,6 +32,7 @@ Form.prototype.Dropdown = function(options = {}) {
32
cursor: pointer;
33
user-select: none;
34
width: 100%;
35
+ box-sizing: border-box;
36
}
37
.form_dropdown_items {
38
position: absolute;
0 commit comments