Browse Source

Removes double border from table segment

pull/1063/head
jlukic 10 years ago
parent
commit
8b99d17368
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/collections/table.less

1
src/definitions/collections/table.less

@ -126,6 +126,7 @@
/* Table Segment */
.ui.table.segment {
padding: 0em;
box-shadow: none;
}
.ui.table.segment:after {
display: none;

Loading…
Cancel
Save