We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ff5656 + 9ea6e7b commit 46d58f4Copy full SHA for 46d58f4
src/components/dashboard_items/ComponentDetails.vue
@@ -143,6 +143,7 @@ i {
143
height: 100%;
144
// matchs the code editor bg
145
background: $subprimary;
146
+ padding-top: 20px;
147
}
148
149
// changes the length of the tab panels
src/components/dashboard_items/Dashboard.vue
@@ -148,6 +148,7 @@ export default {
.q-tab-panel {
/* // matches the code editor bg */
150
151
+ padding: 16px;
152
153
154
@@ -170,6 +171,7 @@ export default {
170
171
172
border-radius: 0px;
173
174
175
176
177
.inner-div {
0 commit comments