13 lines
176 B
CSS
13 lines
176 B
CSS
.text-snippets-class > * > textarea{
|
|
width:40em;
|
|
height: 100%;
|
|
}
|
|
|
|
.text-snippets-class > * {
|
|
height: 100%;
|
|
width: 60em;
|
|
}
|
|
|
|
.text-snippets-class {
|
|
height: 70%;
|
|
} |