mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
10 lines
168 B
CSS
10 lines
168 B
CSS
.component_page_viewerpage {
|
|
width: 100%;
|
|
display: flex;
|
|
}
|
|
.component_page_viewerpage > div {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|