mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-16 20:43:48 +00:00
Fixed margin in button
This commit is contained in:
@@ -108,7 +108,7 @@ export const ShortUrlForm = (
|
|||||||
</FormGroup>
|
</FormGroup>
|
||||||
<Row>
|
<Row>
|
||||||
{isBasicMode && renderOptionalInput('customSlug', 'Custom slug', 'text', { bsSize: 'lg' }, { className: 'col-lg-6' })}
|
{isBasicMode && renderOptionalInput('customSlug', 'Custom slug', 'text', { bsSize: 'lg' }, { className: 'col-lg-6' })}
|
||||||
<div className={isBasicMode ? 'col-lg-6' : 'col-12 mb-0'}>
|
<div className={isBasicMode ? 'col-lg-6 mb-3' : 'col-12'}>
|
||||||
<TagsSelector selectedTags={shortUrlData.tags ?? []} onChange={changeTags} />
|
<TagsSelector selectedTags={shortUrlData.tags ?? []} onChange={changeTags} />
|
||||||
</div>
|
</div>
|
||||||
</Row>
|
</Row>
|
||||||
|
|||||||
Reference in New Issue
Block a user