Skip to content
Snippets Groups Projects
Commit 78850a71 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Some css fixes

parent d152c792
No related branches found
No related tags found
1 merge request!215A few fixes
Pipeline #7109 failed
...@@ -2044,7 +2044,7 @@ cs-display-mentor-related, cs-display-entrepreneur-related, ...@@ -2044,7 +2044,7 @@ cs-display-mentor-related, cs-display-entrepreneur-related,
solid-multiple[name="related"] solid-display-value { solid-multiple[name="related"] solid-display-value {
display: block; display: block;
float: left; float: left;
width: 33%; width: 31%;
border-radius: 3px; border-radius: 3px;
padding: 2rem 0; padding: 2rem 0;
background: var(--bg-btn-base); background: var(--bg-btn-base);
...@@ -2053,6 +2053,10 @@ solid-multiple[name="related"] solid-display-value { ...@@ -2053,6 +2053,10 @@ solid-multiple[name="related"] solid-display-value {
text-align: center; text-align: center;
font-size: 1.4rem; font-size: 1.4rem;
color: #FFFFFF; color: #FFFFFF;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow-y: hidden;
} }
#mentor-resource-detail h2.title_form.related, #mentor-resource-detail h2.title_form.related,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment