Skip to content

Commit 8bb6eb3

Browse files
committed
padding fixes for right sidebar
1 parent 18376a5 commit 8bb6eb3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/dashboard_items/ComponentDetails.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ i {
142142
.q-tab-panel {
143143
height: 100%;
144144
background: $subprimary;
145-
padding-top: 20px;
145+
padding-top: 20px !important;
146146
}
147147
148148
// changes the length of the tab panels

src/components/dashboard_items/RouteDisplay.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export default {
8282
<style scoped>
8383
.route-display {
8484
overflow: auto;
85-
padding: 1rem;
8685
}
8786
8887
i:hover {

0 commit comments

Comments
 (0)