Skip to content

Commit 46d58f4

Browse files
authored
Merge pull request #21 from oslabs-beta/megan/rightSidebarPadding
fixed padding issue
2 parents 3ff5656 + 9ea6e7b commit 46d58f4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/components/dashboard_items/ComponentDetails.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ i {
143143
height: 100%;
144144
// matchs the code editor bg
145145
background: $subprimary;
146+
padding-top: 20px;
146147
}
147148
148149
// changes the length of the tab panels

src/components/dashboard_items/Dashboard.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ export default {
148148
.q-tab-panel {
149149
/* // matches the code editor bg */
150150
background: $subprimary;
151+
padding: 16px;
151152
}
152153
153154
// changes the length of the tab panels
@@ -170,6 +171,7 @@ export default {
170171
height: 100%;
171172
border-radius: 0px;
172173
background: $subprimary;
174+
padding: 16px;
173175
}
174176
175177
.inner-div {

0 commit comments

Comments
 (0)