mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-27 14:45:14 +00:00
Equalise table padding
This commit is contained in:
parent
f9d7f07ed9
commit
5f3cb0dbb8
@ -162,6 +162,14 @@
|
||||
#--re-frame-trace-- table {
|
||||
display: table;
|
||||
}
|
||||
#--re-frame-trace-- th,
|
||||
#--re-frame-trace-- td {
|
||||
display: table-cell;
|
||||
padding: 0 5px;
|
||||
}
|
||||
#--re-frame-trace-- tr {
|
||||
display: table-row;
|
||||
}
|
||||
#--re-frame-trace-- thead {
|
||||
display: table-header-group;
|
||||
}
|
||||
|
@ -214,6 +214,13 @@
|
||||
table {
|
||||
display: table;
|
||||
}
|
||||
th, td {
|
||||
display: table-cell;
|
||||
padding: 0 5px;
|
||||
}
|
||||
tr {
|
||||
display: table-row;
|
||||
}
|
||||
thead {
|
||||
display: table-header-group;
|
||||
}
|
||||
|
@ -265,7 +265,6 @@
|
||||
[:div.filter-control-input {:style {:margin-left 10}}
|
||||
[search-input {:on-save save-query
|
||||
:on-change #(reset! filter-input (.. % -target -value))}]
|
||||
[components/icon-add]
|
||||
(if @input-error
|
||||
[:div.input-error {:style {:color "red" :margin-top 5}}
|
||||
"Please enter a valid number."])]]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user