Skip to content

Commit fadcb6a

Browse files
fix: TextEditor inputs are hardy accessible (WH-2680) (#250)
1 parent 9bbf6d7 commit fadcb6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/components/TextEditor/components/HideContentInput/hideContentInput.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.text-editor-hide-content-input {
22
max-width: 300px;
3-
width: 100%;
3+
width: 100% !important;
44
min-width: 100px;
55

66
&.tagsbox-wrapper {

lib/components/TextEditor/components/TagsInput/tagsInput.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.text-editor-tags-input {
22
max-width: 300px;
3-
width: 100%;
3+
width: 100% !important;
44
min-width: 100px;
55

66
&.tagsbox-wrapper {

0 commit comments

Comments
 (0)