Merge pull request #34381 from UmakanthKaspa/fix-barcode-spacing
fix: add spacing between barcode input and preview
This commit is contained in:
commit
ad08552fd6
1 changed files with 1 additions and 0 deletions
|
|
@ -310,6 +310,7 @@ textarea.form-control {
|
||||||
}
|
}
|
||||||
|
|
||||||
.barcode-wrapper {
|
.barcode-wrapper {
|
||||||
|
margin-top: var(--margin-xs);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: var(--control-bg);
|
background-color: var(--control-bg);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue