Skip to content
Snippets Groups Projects
Commit 7f312f07 authored by hg's avatar hg
Browse files

OO-1575 Add ellipsis in segments when text too long

parent 0c192d31
No related branches found
No related tags found
No related merge requests found
...@@ -418,6 +418,11 @@ ul.o_certificates li { ...@@ -418,6 +418,11 @@ ul.o_certificates li {
} }
/* Segmented view wrapper */ /* Segmented view wrapper */
.o_segments.btn-group a span {
overflow: hidden;
display: block;
text-overflow: ellipsis;
}
.o_segments_content { .o_segments_content {
margin-top: $line-height-computed; margin-top: $line-height-computed;
} }
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
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