mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix Card opens full width by opening at left.
Thanks to xet7 ! Fixes #4886
This commit is contained in:
parent
ba7818c51e
commit
418fe725e5
1 changed files with 1 additions and 3 deletions
|
@ -248,13 +248,12 @@
|
|||
.card-details {
|
||||
top: 97px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 600px;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
resize: both;
|
||||
}
|
||||
.card-details-maximized {
|
||||
/*
|
||||
padding: 0;
|
||||
flex-shrink: 0;
|
||||
flex-basis: calc(100% - 20px);
|
||||
|
@ -274,7 +273,6 @@
|
|||
height: calc(100% - 20px);
|
||||
width: calc(100% - 20px);
|
||||
float: left;
|
||||
*/
|
||||
}
|
||||
.card-details-maximized .card-details-left {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue