mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 10:33:49 +00:00
Fixed alignment and margins for checkboxes in create form
This commit is contained in:
@@ -156,7 +156,7 @@ const CreateShortUrl = (
|
|||||||
|
|
||||||
<ForServerVersion minVersion="1.16.0">
|
<ForServerVersion minVersion="1.16.0">
|
||||||
<div className="mb-4 row">
|
<div className="mb-4 row">
|
||||||
<div className="col-6">
|
<div className="col-sm-6 text-center text-sm-left mb-2 mb-sm-0">
|
||||||
<ForServerVersion minVersion="2.4.0">
|
<ForServerVersion minVersion="2.4.0">
|
||||||
<Checkbox
|
<Checkbox
|
||||||
inline
|
inline
|
||||||
@@ -167,7 +167,7 @@ const CreateShortUrl = (
|
|||||||
</Checkbox>
|
</Checkbox>
|
||||||
</ForServerVersion>
|
</ForServerVersion>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-6 text-right">
|
<div className="col-sm-6 text-center text-sm-right">
|
||||||
<Checkbox
|
<Checkbox
|
||||||
inline
|
inline
|
||||||
className="mr-2"
|
className="mr-2"
|
||||||
|
|||||||
Reference in New Issue
Block a user