Merge branch 'checkbox-margin' into 'v3'
Add margin to checkbox to prevent overlap with text on right, remove spaces Closes #821 See merge request openflexure/openflexure-microscope-server!658
This commit is contained in:
commit
db6c3021ae
3 changed files with 10 additions and 3 deletions
|
|
@ -228,3 +228,11 @@ a:hover {
|
|||
.uk-pagination > .uk-active > * {
|
||||
color: @global-primary-background;
|
||||
}
|
||||
|
||||
/*
|
||||
* Checkboxes
|
||||
*/
|
||||
|
||||
.uk-checkbox {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
|
@ -20,8 +20,7 @@
|
|||
:value="option"
|
||||
:checked="modelValue.includes(option)"
|
||||
@change="toggleOption(option)"
|
||||
/>
|
||||
{{ option }}
|
||||
/>{{ option }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue