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

Merge branch 'hotfix-safari-bug' into 'prod'

remove line-clamp

See merge request spraksamlingane/beta.ordbok.uib.no!117
parents b28c3ee8 8e6db82c
No related branches found
No related tags found
No related merge requests found
......@@ -380,16 +380,6 @@ ul li.definition {
}
@supports(-webkit-line-clamp: 4) {
.collapsed .header{
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
overflow-y: hidden;
overflow-x: auto;
}
}
.header {
border-radius: 0px !important;
}
......
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