Skip to content
Snippets Groups Projects
Commit 2d6bb209 authored by Karl Hasselbring's avatar Karl Hasselbring
Browse files

Texte mit details werden jetzt erst beim ausklappen der details voll angezeigt

parent a547954d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
...@@ -648,12 +648,18 @@ a { ...@@ -648,12 +648,18 @@ a {
margin: 10px 0px; margin: 10px 0px;
padding-left: 10px; padding-left: 10px;
border-left: 3px solid #fb0; border-left: 3px solid #fb0;
details:not([open=""]) {
.quicktip-summary p {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
.quicktip-summary { .quicktip-summary {
h1 { h1 {
font-size: 16px; font-size: 16px;
font-weight: bold; font-weight: bold;
} }
p {}
} }
.quicktip-detail { .quicktip-detail {
border-top: 1px solid #ddd; 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