Skip to content
Snippets Groups Projects
Commit d483edc4 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

added max-width to result components if flexbox is not supported

parent 3ed09ca9
Branches
No related tags found
1 merge request!1399Development
......@@ -19,6 +19,7 @@
padding: 0px 8px;
width: 100%;
.result-header {
max-width: 100%;
overflow: hidden;
.result-headline {
width: 100%;
......@@ -102,6 +103,7 @@
}
.result-body {
margin-top: 1px;
max-width:100%;
display: flex;
text-align: justify;
.result-image {
......@@ -144,6 +146,7 @@
}
.result-footer {
margin-top: 2px;
max-width: 100%;
display: flex;
flex-wrap: wrap;
&>* {
......@@ -229,6 +232,7 @@
color: #777;
}
&>.result-options {
max-width: 100%;
&>.options {
font-size: @result-font-small;
border-top: 1px solid #ccc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment