mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove unnecessary extra classes set in the SqlFieldControl, and also
removed the unnecessary classes for the same in the overrides.css file.
This commit is contained in:
committed by
Ashesh Vashi
parent
9ef7132e83
commit
c15b7c6cae
@@ -1906,7 +1906,7 @@
|
||||
|
||||
defaults: {
|
||||
label: "",
|
||||
extraClasses: ['sql_field_height_300'], // Add default control height
|
||||
extraClasses: [], // Add default control height
|
||||
helpMessage: null,
|
||||
maxlength: 4096,
|
||||
rows: undefined
|
||||
|
||||
Reference in New Issue
Block a user