mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
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:
parent
a572a547f9
commit
bfa7d33912
9 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
3
dist/280-280.js
vendored
File diff suppressed because one or more lines are too long
1
dist/280-280.js.map
vendored
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
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
1
dist/731-731.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
4
dist/files_sharing-files_sharing_tab.js
vendored
4
dist/files_sharing-files_sharing_tab.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files_sharing-files_sharing_tab.js.map
vendored
2
dist/files_sharing-files_sharing_tab.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue