Skip to content

Commit

Permalink
reduce the spacing between the sidepanel top margin and its content
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi authored and akolson committed Oct 5, 2023
1 parent 2b50cff commit ce19f0b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>

<div>
<div class="section-settings-content">
<h5
class="section-settings-top-heading"
>
Expand Down Expand Up @@ -369,4 +369,8 @@
text-align: right;
}
.section-settings-content {
margin-top: -50px;
}
</style>

0 comments on commit ce19f0b

Please sign in to comment.