Harden shell and tables interactions

This commit is contained in:
2026-04-12 22:38:18 +02:00
parent 222abc155b
commit 0dd1f42fac
18 changed files with 299 additions and 664 deletions

View File

@@ -3,6 +3,8 @@
display: inline-flex;
align-items: center;
justify-content: flex-start;
min-width: 0;
max-width: 100%;
min-height: 2.75rem;
padding: 0.65rem 0.9rem;
border: 1px solid var(--border-default);
@@ -13,6 +15,9 @@
}
.shell-omnibox-trigger-label {
display: block;
min-width: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;