Fix heading when translation is missing
This commit is contained in:
parent
3d63f87a13
commit
e568db7820
2 changed files with 7 additions and 1 deletions
|
@ -543,6 +543,9 @@
|
|||
text-shadow: 0 1px 0 #ffffff;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
#app-content h2.heading-hiddentasks {
|
||||
height: 21px;
|
||||
}
|
||||
#app-content #add-task {
|
||||
margin: 12px 0;
|
||||
padding: 6px 12px;
|
||||
|
|
|
@ -562,7 +562,7 @@
|
|||
&.details-visible{
|
||||
right: 370px;
|
||||
}
|
||||
h2 {
|
||||
h2{
|
||||
font-weight:bold;
|
||||
color: #909090;
|
||||
font-size: 12px;
|
||||
|
@ -570,6 +570,9 @@
|
|||
margin-top: 20px !important;
|
||||
text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
|
||||
word-wrap: break-word;
|
||||
&.heading-hiddentasks{
|
||||
height: 21px;
|
||||
}
|
||||
}
|
||||
#add-task{
|
||||
// .background-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
|
||||
|
|
Loading…
Reference in a new issue