Skip to content

Commit

Permalink
fix: CSS to show drag icon in right container in tool numisdata order…
Browse files Browse the repository at this point in the history
… coins
  • Loading branch information
alex-render committed Dec 21, 2023
1 parent fba39ae commit ca9e91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
.wrapper_tool.tool_numisdata_order_coins > .content_data {
display: grid;
grid-template-columns: 50% 50%;
column-gap: 1rem;
align-items: start;
width: calc(100% - 1rem);
}
Expand All @@ -83,6 +82,7 @@
.wrapper_tool.tool_numisdata_order_coins > .content_data .right_container {
overflow: scroll;
height: calc(100vh - 90px);
padding-left: 1rem;
}
.wrapper_tool.tool_numisdata_order_coins > .content_data .left_container .wrapper_component,
.wrapper_tool.tool_numisdata_order_coins > .content_data .right_container .wrapper_component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
>.content_data {
display: grid;
grid-template-columns: 50% 50%;
column-gap: 1rem;
// column-gap: 1rem;
align-items: start;
width: calc(100% - 1rem);
@media screen and (max-width: @width_break_point_0) {
Expand All @@ -128,6 +128,7 @@
.right_container {
overflow: scroll;
height: calc(100vh - 90px);
padding-left: 1rem;

.wrapper_component {
box-shadow :none;
Expand Down

0 comments on commit ca9e91a

Please sign in to comment.