1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

[share dialog] fixed the 'horizontal overflow' of the main content area when the language was set as German (#5575)

This commit is contained in:
llj
2023-08-05 09:47:53 +08:00
committed by GitHub
parent 97fc007de9
commit 2366af08db

View File

@@ -12,7 +12,7 @@
.share-dialog-content .share-dialog-side {
display: flex;
flex: 0 0 22%;
flex-basis: 22%;
padding: 1rem;
border-bottom: 1px solid #eee;
}
@@ -32,7 +32,7 @@
.share-dialog-content .share-dialog-main {
display: flex;
flex: 0 0 78%;
flex-basis: 78%;
padding: 1rem;
}