Skip to content
Snippets Groups Projects
Commit 2ca93cb0 authored by ncastejon's avatar ncastejon
Browse files

bug-66- research layout breaks when veyr long words in the highlights (eg urls with 'http...')

parent 7deb24bd
No related branches found
No related tags found
1 merge request!19Development
Pipeline #
......@@ -52,5 +52,6 @@
border-bottom: 1px solid $grey-super-light-color;
padding-bottom: 1.5rem;
text-align: left;
word-break: break-all;
}
}
......@@ -105,6 +105,7 @@ label {
.highlighted {
background: linear-gradient(to bottom, transparent 20%, #fff5c0 20%, #fff5c0 85%, transparent 85%);
font-size: unset;
word-break: break-all;
}
// 3 types of link style
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment