mirror of https://gitee.com/bigwinds/arangodb
documentview css
This commit is contained in:
parent
979034f3cf
commit
9c12a30f14
|
@ -1,5 +1,8 @@
|
||||||
.sorting_1 textarea {
|
.sorting_1 textarea {
|
||||||
display: inline !important;
|
display: inline !important;
|
||||||
|
max-width: 120px !important;
|
||||||
|
max-height: 20px !important;
|
||||||
|
resize: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textInline {
|
.textInline {
|
||||||
|
@ -207,6 +210,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.rightCell textarea {
|
.rightCell textarea {
|
||||||
max-width: 570px;
|
max-width: 580px;
|
||||||
min-width: 600px;
|
min-width: 580px;
|
||||||
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue