We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c9529 commit 5282c41Copy full SHA for 5282c41
frontend/components/slot/viz/SlotVizViewer.vue
@@ -269,7 +269,7 @@ watch(
269
overflow-x: auto;
270
overflow-y: hidden;
271
min-height: 180px;
272
- grid-template-columns: 49px max-content;
+ grid-template-columns: max-content auto;
273
274
@media (max-width: 490px) {
275
padding-right: var(--padding);
@@ -281,6 +281,7 @@ watch(
281
justify-content: flex-start;
282
height: 30px;
283
gap: var(--padding);
284
+ justify-self: center;
285
}
286
287
0 commit comments