mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-11 02:37:22 +03:00
Fixed alignment and margins for checkboxes in create form
This commit is contained in:
parent
1415f196bb
commit
b9fc906537
1 changed files with 2 additions and 2 deletions
|
@ -156,7 +156,7 @@ const CreateShortUrl = (
|
|||
|
||||
<ForServerVersion minVersion="1.16.0">
|
||||
<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">
|
||||
<Checkbox
|
||||
inline
|
||||
|
@ -167,7 +167,7 @@ const CreateShortUrl = (
|
|||
</Checkbox>
|
||||
</ForServerVersion>
|
||||
</div>
|
||||
<div className="col-6 text-right">
|
||||
<div className="col-sm-6 text-center text-sm-right">
|
||||
<Checkbox
|
||||
inline
|
||||
className="mr-2"
|
||||
|
|
Loading…
Reference in a new issue