Merge branch 'develop' of https://github.com/tainacan/tainacan into develop

This commit is contained in:
weryques 2018-05-17 15:51:01 -03:00
commit 3f1e2b7c3a
1 changed files with 9 additions and 0 deletions

View File

@ -391,6 +391,15 @@ export default {
.table {
width: 100%;
border-collapse: separate;
th {
position: sticky;
position: -webkit-sticky;
background-color: white;
border-bottom: 1px solid $tainacan-input-background;
top: 0px;
}
&.selectable-table th:nth-child(2), &.selectable-table td:nth-child(2) {
padding-left: 54px;