Skip to content
Snippets Groups Projects
Commit a4a7ede9 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Padding adjustments in filehandling

parent ecfae39b
No related branches found
No related tags found
No related merge requests found
Pipeline #12325 passed
......@@ -39,7 +39,7 @@ export function getFileHandlingCss() {
}
.modal-content {
padding: 10px;
padding: 10px 20px 20px 20px;
display: flex;
justify-content: center;
align-items: center;
......@@ -52,11 +52,8 @@ export function getFileHandlingCss() {
/*align-items: center;*/
height: 100%;
width: 100%;
align-items: flex-end;
}
.modal-content .source-main{
display:flex;
align-items: flex-end;
}
.modal-content .source-main.hidden {
......@@ -66,7 +63,7 @@ export function getFileHandlingCss() {
.modal-header{
grid-area: header;
display: flex;
padding: 10px 30px 0px 30px;
padding: 10px 20px 0px 20px;
flex-direction: row-reverse;
justify-content: space-between;
align-items: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment