Medium-placeholder fix + set margin of .text-bubble p to 0.
This commit is contained in:
parent
4d61369476
commit
76adce246a
1 changed files with 9 additions and 0 deletions
|
@ -154,6 +154,11 @@ small {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix for placeholder */
|
||||||
|
.Medium-placeholder {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.close,
|
.close,
|
||||||
.close:hover {
|
.close:hover {
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -3066,6 +3071,10 @@ footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-bubble p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.ticket-article-item.state--folde-out .text-bubble {
|
.ticket-article-item.state--folde-out .text-bubble {
|
||||||
border-color: hsl(0,0%,90%);
|
border-color: hsl(0,0%,90%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue