mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user