fix css issue window shrink

This commit is contained in:
fbsanchez 2020-04-16 17:54:41 +02:00
parent b3ed5dab63
commit 290abfe2ce
1 changed files with 4 additions and 0 deletions

View File

@ -115,3 +115,7 @@ span.link.review {
border-color: #eee;
background-color: #ddd;
}
#task_review {
width: 100% !important;
}