Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/components/CellWithPopover/CellWithPopover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@

&__popover {
display: inline-block;
overflow: hidden;

max-width: 100%;
padding: var(--g-spacing-4);

vertical-align: middle;
white-space: nowrap;
text-overflow: ellipsis;

.g-popover__handler {
display: inline;
Expand All @@ -27,7 +25,10 @@
}
}
&__children-wrapper {
overflow: hidden;

cursor: pointer;
text-overflow: ellipsis;

&_full-width {
width: 100%;
Expand Down
Loading