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: {
|
computed: {
|
||||||
getLabelClasses() {
|
getLabelClasses() {
|
||||||
if (this.isWide) {
|
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) {
|
if (this.buttonLabelSubCopy) {
|
||||||
classes += " checkboxTop";
|
classes += " checkboxTop";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue