0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

some fixes and updates

This fixes something i broke with last commit, but should be final commit.
This commit is contained in:
Gazook89
2024-09-19 11:09:22 -05:00
parent 2336f8508b
commit a6ac6b98c2
2 changed files with 30 additions and 38 deletions

View File

@@ -128,7 +128,7 @@ const StringArrayEditor = createClass({
return <div className='field'>
<label>{this.props.label}</label>
<div style={{ flex: '1 0' }}>
<div style={{ flex: '1 0' }} className='value'>
<div className='list'>
{valueElements}
<div className='input-group'>