Fixed card overflow
This commit is contained in:
parent
2eab366a0a
commit
12e07cb08e
@ -504,7 +504,15 @@ input, textarea {
|
||||
|
||||
.cWorkName {
|
||||
font-weight: 400;
|
||||
font-size: 100%;
|
||||
width: 65%;
|
||||
margin-top: 0;
|
||||
|
||||
-webkit-filter: none;
|
||||
filter: none;
|
||||
|
||||
display: inline-block;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
#editWork {
|
||||
|
||||
@ -290,7 +290,7 @@
|
||||
<div class="cWorkType" style="background-color:{{typeColor}}"></div>
|
||||
<div class="cWorkCont">
|
||||
<div class="cWorkTop">
|
||||
<span class="cWorkName">{{name}}</span>
|
||||
<h3 class="cWorkName">{{name}}</h3>
|
||||
<span class="cWorkCreator">{{creator}}</span>
|
||||
</div>
|
||||
<span class="cWorkDate" style="font-weight:{{cardDate}}">{{dueDate}}</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user