Skip to content

Commit da19100

Browse files
author
Kevin Hannegan
committed
update data table css conflicts
1 parent 6c2ac6b commit da19100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presalytics/lib/widgets/data_table.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ def serialize(self, **kwargs):
141141
height: 100%;
142142
width: 100%;
143143
margin: 0px;
144-
background-color: #f8f9fa;
144+
background-color: #f8f9fa !important;
145145
}
146146
147147
.data-table-container {
148-
border: none;
148+
border: none !important;
149149
}
150150
151151
.data-table-container tbody {

0 commit comments

Comments
 (0)