Update content block height to view all page
This commit is contained in:
parent
59a7207728
commit
f47addf891
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
#id_content {
|
#id_content {
|
||||||
width: calc(100% - 1em);
|
width: calc(100% - 1em);
|
||||||
height: 44.5em;
|
height: 35.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
label[for=id_content], label[for=id_custom_css] {
|
label[for=id_content], label[for=id_custom_css] {
|
||||||
|
|
Reference in a new issue