mirror of
https://github.com/billsonnn/nitro-react.git
synced 2024-11-23 14:40:50 +01:00
Change resizing css
This commit is contained in:
parent
8f883bc761
commit
7c8c566371
@ -4,9 +4,6 @@
|
||||
.content-area {
|
||||
min-height: 350px;
|
||||
height: 350px;
|
||||
max-height: 700px;
|
||||
resize: vertical;
|
||||
overflow:auto;
|
||||
}
|
||||
|
||||
font[size="16"] {
|
||||
|
@ -4,9 +4,6 @@
|
||||
.content-area {
|
||||
min-height: 240px;
|
||||
height: 240px;
|
||||
max-height: 430px;
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.empty-image {
|
||||
|
@ -4,9 +4,6 @@
|
||||
.content-area {
|
||||
min-height: 400px;
|
||||
height: 400px;
|
||||
max-height: 700px;
|
||||
resize: vertical;
|
||||
overflow:auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,10 +3,6 @@
|
||||
|
||||
.content-area {
|
||||
min-height: 125px;
|
||||
height: 125px;
|
||||
max-height: 430px;
|
||||
resize: vertical;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user