Reduce width of sharing entry

Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
julia.kirschenheuter 2023-10-18 16:47:29 +02:00 committed by nextcloud-command
parent a572a547f9
commit bfa7d33912
9 changed files with 11 additions and 11 deletions

View file

@ -158,8 +158,8 @@ export default {
display: flex;
flex-direction: column;
justify-content: center;
width: 80%;
min-width: 80%;
flex: 1 0;
min-width: 0;
&__desc {
display: inline-block;

View file

@ -755,8 +755,8 @@ export default {
padding-left: 10px;
display: flex;
justify-content: space-between;
width: 80%;
min-width: 80%;
flex: 1 0;
min-width: 0;
&__desc {
display: flex;

3
dist/280-280.js vendored

File diff suppressed because one or more lines are too long

1
dist/280-280.js.map vendored

File diff suppressed because one or more lines are too long

3
dist/731-731.js vendored Normal file

File diff suppressed because one or more lines are too long

1
dist/731-731.js.map vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long