We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83ecd81 + 7ea1bc4 commit 1670ffdCopy full SHA for 1670ffd
packages/module/src/MessageBar/MessageBar.scss
@@ -50,9 +50,9 @@
50
}
51
52
.pf-chatbot__message-textarea {
53
- --pf-v6-c-form-control--before--BorderStyle: none;
54
- --pf-v6-c-form-control--after--BorderStyle: none;
55
- resize: none;
+ --pf-v6-c-form-control--before--BorderStyle: none !important;
+ --pf-v6-c-form-control--after--BorderStyle: none !important;
+ resize: none !important;
56
background-color: transparent;
57
font-size: var(--pf-t--global--font--size--md);
58
line-height: 1.5rem;
0 commit comments