Harden shell and tables interactions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user