mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Fix: Correct scrollbar css mismatch of text inside form component (#1734)
* fix: fixed text css formatting for safari support * fix: remove fixed height for custom schema form text that blocks auto resize * fix: removed unnecessory css that breaks form ux
This commit is contained in:
parent
74c573f7ee
commit
d9000561fe
2 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,6 @@
|
|||
.text-widget-section {
|
||||
scrollbar-color: transparent transparent;
|
||||
scrollbar-width: thin;
|
||||
|
||||
& ::-webkit-scrollbar {
|
||||
background-color: transparent;
|
||||
width: 6px;
|
||||
|
|
|
|||
|
|
@ -12027,7 +12027,7 @@ tbody {
|
|||
}
|
||||
|
||||
.text-widget[style*="font-size: 14px;"] {
|
||||
height: 21px !important;
|
||||
// height: 21px !important;
|
||||
|
||||
div {
|
||||
overflow-y: visible !important;
|
||||
|
|
@ -12035,7 +12035,7 @@ tbody {
|
|||
}
|
||||
|
||||
.text-widget[style*="font-size: 20px;"] {
|
||||
height: 30px !important;
|
||||
// height: 30px !important;
|
||||
background-color: red;
|
||||
|
||||
div {
|
||||
|
|
|
|||
Loading…
Reference in a new issue