We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f367a commit 6e3b67dCopy full SHA for 6e3b67d
src/BootstrapBlazor/Components/Table/Table.razor.scss
@@ -250,7 +250,6 @@
250
display: flex;
251
align-items: center;
252
word-break: break-all;
253
- overflow: hidden;
254
}
255
256
.table-cell.center {
@@ -385,6 +384,10 @@
385
384
overflow: hidden;
386
387
+td > .table-cell {
388
+ overflow: hidden;
389
+}
390
+
391
.table tbody td .table-cell:not(.is-wrap) {
392
white-space: nowrap;
393
@@ -556,10 +559,6 @@ tr.active:not(.is-edit):hover {
556
559
pointer-events: none;
557
560
558
561
-.table-fixed-column .table .fixed-right {
- border-right: inherit;
-}
562
-
563
.table-fixed-column .table .fixed-right.fl {
564
border-left: 1px solid var(--bb-table-column-fixed-border-color);
565
0 commit comments