mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Printing: add more padding on the top of the profile
add more padding on the top of the profile so that the left-right-top padding around the profile is the same. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
de889b90ad
commit
cfa34cc022
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,8 @@
|
|||
|
||||
.innerContainer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 0%;
|
||||
height: 99%;
|
||||
padding-top: 1%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue