Skip to content
Snippets Groups Projects
Commit b28c3ee8 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'hotfix-safari-webkit-support' into 'prod'

check browser support for webkit-line-clamp

See merge request spraksamlingane/beta.ordbok.uib.no!116
parents def3c0c5 f1c1b89b
No related branches found
No related tags found
No related merge requests found
...@@ -380,14 +380,14 @@ ul li.definition { ...@@ -380,14 +380,14 @@ ul li.definition {
} }
.collapsed .header{ @supports(-webkit-line-clamp: 4) {
.collapsed .header{
display: -webkit-box; display: -webkit-box;
width: 100%; -webkit-line-clamp: 4;
-webkit-line-clamp: 4; -webkit-box-orient: vertical;
-webkit-box-orient: vertical; overflow-y: hidden;
overflow-y: hidden; overflow-x: auto;
overflow-x: auto; }
} }
.header { .header {
......
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