0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 10:52:42 +00:00

add .value div for consistency and styling

This commit is contained in:
Gazook89
2022-11-24 23:21:47 -06:00
parent b54d225f11
commit ce732778bb
4 changed files with 21 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ const Combobox = createClass({
displayName : 'Combobox',
getDefaultProps : function() {
return {
className : '',
trigger : 'hover',
default : '',
autoSuggest : {

View File

@@ -1,6 +1,5 @@
.dropdown-container {
position:relative;
flex: 1;
input {
width: 100%;
}