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:
parent
9ef7132e83
commit
c15b7c6cae
@ -853,23 +853,6 @@ td.edit-cell.editable.sortable.renderable.editor {
|
||||
background-color: #f7f7f7;
|
||||
}
|
||||
|
||||
/* Define custom height for use in SqlField control */
|
||||
.sql_field_height_100 {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.sql_field_height_200 {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.sql_field_height_300 {
|
||||
height: 340px;
|
||||
}
|
||||
|
||||
.sql_field_height_400 {
|
||||
height: 440px;
|
||||
}
|
||||
|
||||
.tab-pane.SQL {
|
||||
padding: 0px 7px 0px 0px;
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user