Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Styling tweaks
Browse files Browse the repository at this point in the history
Gets rid of the margins and the top border
  • Loading branch information
rashidkpc committed Nov 4, 2014
1 parent ae35f7d commit 0ab60b0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/kibana/plugins/table_vis/table_vis.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.TableVis {
min-width: 55%;
max-width: 100%;
margin: 20px auto;
}
width: 100%;

kbn-agg-table-group > .table > tbody > tr > td {
border-top: 0px;
}
}

0 comments on commit 0ab60b0

Please sign in to comment.