Gain some vertical space in table create form
This commit is contained in:
parent
589d918ee7
commit
a9845254cb
@ -1360,6 +1360,10 @@ code.sql, div.sqlvalidate {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
textarea#partitiondefinition {
|
||||
height:3em;
|
||||
}
|
||||
|
||||
/* for elements that should be revealed only via js */
|
||||
.hide {
|
||||
display: none;
|
||||
|
||||
@ -1312,6 +1312,11 @@ code.sql, div.sqlvalidate {
|
||||
width: 98%;
|
||||
}
|
||||
|
||||
textarea#partitiondefinition {
|
||||
height:3em;
|
||||
}
|
||||
|
||||
|
||||
/* for elements that should be revealed only via js */
|
||||
.hide {
|
||||
display: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user