Medium-placeholder fix + set margin of .text-bubble p to 0.

This commit is contained in:
Martin Edenhofer 2014-12-28 19:55:10 +01:00
parent 4d61369476
commit 76adce246a

View file

@ -154,6 +154,11 @@ small {
margin: 0;
}
/* fix for placeholder */
.Medium-placeholder {
position: relative;
}
.close,
.close:hover {
float: none;
@ -3066,6 +3071,10 @@ footer {
position: relative;
}
.text-bubble p {
margin: 0;
}
.ticket-article-item.state--folde-out .text-bubble {
border-color: hsl(0,0%,90%);
}