fix styles for very wide todos
This commit is contained in:
parent
a15ff9ba2a
commit
082632048b
@ -43,6 +43,7 @@ body {
|
|||||||
min-height: 0;
|
min-height: 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
min-width: 40%;
|
min-width: 40%;
|
||||||
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cp-create-form {
|
.cp-create-form {
|
||||||
@ -71,6 +72,8 @@ body {
|
|||||||
.cp-task-text {
|
.cp-task-text {
|
||||||
margin: @spacing;
|
margin: @spacing;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
word-wrap: break-word;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
.cp-task-date {
|
.cp-task-date {
|
||||||
margin: @spacing;
|
margin: @spacing;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user