From b96d85199f3040f2b5d3fa6868520177b676cdcb Mon Sep 17 00:00:00 2001 From: bmauger Date: Fri, 18 Feb 2022 11:26:51 -0500 Subject: [PATCH] Update checkbox to fix breakage with wordwrap. --- src/styles/common-error-styles.scss | 1 + src/ux-components/checkbox/checkbox.vue | 82 +++++++------------------ 2 files changed, 22 insertions(+), 61 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index d7d1c019d..2ca852f66 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -22,6 +22,7 @@ } &.ui-radio, &.ui-checkbox { + input[type=checkbox], input[type=radio]+label:before, input[type=checkbox]+label:before { border: 1px solid $red; diff --git a/src/ux-components/checkbox/checkbox.vue b/src/ux-components/checkbox/checkbox.vue index d84c5b1c6..10022b438 100644 --- a/src/ux-components/checkbox/checkbox.vue +++ b/src/ux-components/checkbox/checkbox.vue @@ -1,15 +1,15 @@