Update image placement.
This commit is contained in:
parent
dacb2f6b8d
commit
cb4f65b2af
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export default {
|
|||
computed: {
|
||||
getLabelClasses() {
|
||||
if (this.isWide) {
|
||||
let classes = "flex-row py-r ps-3 pe-8";
|
||||
let classes = "flex-row py-r ps-3 pe-4";
|
||||
if (this.buttonLabelSubCopy) {
|
||||
classes += " checkboxTop";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue