Skip to content
Snippets Groups Projects
Commit 5c43575c authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Merge branch '591-lange-quicktip-texte-kurzer-anzeigen' into 'development'

Resolve "Lange Quicktip-Texte kürzer anzeigen"

Closes #591

See merge request !1051
parents b900bb2b 2d6bb209
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -648,12 +648,18 @@ a {
margin: 10px 0px;
padding-left: 10px;
border-left: 3px solid #fb0;
details:not([open=""]) {
.quicktip-summary p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.quicktip-summary {
h1 {
font-size: 16px;
font-weight: bold;
}
p {}
}
.quicktip-detail {
border-top: 1px solid #ddd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment