Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 5d34d4f

Browse files
committed
in compact mode, force contents of cells to stay in one line (#69)
1 parent 349032f commit 5d34d4f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

styles.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,14 @@
290290
align-items: center;
291291
}
292292

293+
.database-plugin__cell_size_compact .database-plugin__tags-container {
294+
flex-wrap: nowrap;
295+
}
296+
297+
.database-plugin__cell_size_compact .database-plugin__td span.data-input {
298+
white-space: nowrap;
299+
}
300+
293301
.database-plugin__cell_size_compact .database-plugin__td {
294302
padding: 0;
295303
}
@@ -356,6 +364,7 @@
356364
padding: 2px 6px;
357365
border-radius: 4px;
358366
display: inline-block;
367+
white-space: nowrap;
359368
}
360369

361370

@@ -388,7 +397,7 @@
388397
}
389398

390399
.database-plugin__tags-container {
391-
gap: 0.5rem;
400+
gap: 0.3rem;
392401
}
393402

394403

0 commit comments

Comments
 (0)