Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into release-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber committed Jan 28, 2021
2 parents be5c700 + e939f1e commit 1171ef6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/scss/components/_tourdino_panel.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/scss/components/_tourdino_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ div.touring {
}
}

.details svg .axis path,
.details svg .axis line {
fill: none;
stroke-width: 1;
stroke: $core_color_almost_black;
shape-rendering: crispEdges;
}

&.rowCmp {
.details {
overflow-x: auto;
Expand Down

0 comments on commit 1171ef6

Please sign in to comment.