Skip to content
Snippets Groups Projects
Commit 553db418 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: 990 data table aligment content cell on mobile

parent 5bd5b489
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,10 @@ $inputGroupTextColor: #444444; ...@@ -97,6 +97,10 @@ $inputGroupTextColor: #444444;
width: 55px; width: 55px;
} }
.td-column {
}
tbody { tbody {
tr:nth-child(odd) { tr:nth-child(odd) {
// Allow pyjama // Allow pyjama
...@@ -109,6 +113,11 @@ $inputGroupTextColor: #444444; ...@@ -109,6 +113,11 @@ $inputGroupTextColor: #444444;
padding-bottom: 8px !important; padding-bottom: 8px !important;
border: none !important; border: none !important;
@include respond-to-smaller-than-breakpoint('sm') {
display: flex !important;
flex-direction: column;
}
&.is-component-cell { &.is-component-cell {
white-space: pre-line; white-space: pre-line;
} }
......
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