Fix pagination issues in Datasets in Builder

pull/14769/head
alejandraarri 6 years ago
parent aed083a454
commit bf36e86b6f

@ -244,6 +244,14 @@
overflow: hidden;
}
.Publish-modalBody .Pagination--searchShare {
bottom: 100px;
}
.Publish-modalBody.is-simple .Pagination--searchShare {
bottom: 50px;
}
.Publish-modalBody.is-simple,
.Publish-modalFooter,
.Publish-modalContent {
@ -273,10 +281,6 @@
justify-content: center;
}
.Publish-modal .Pagination--searchShare {
bottom: 100px;
}
.Publish-optionsList {
width: 100%;
}

@ -244,6 +244,14 @@
overflow: hidden;
}
.Publish-modalBody .Pagination--searchShare {
bottom: 100px;
}
.Publish-modalBody.is-simple .Pagination--searchShare {
bottom: 50px;
}
.Publish-modalBody.is-simple,
.Publish-modalFooter,
.Publish-modalContent {
@ -273,10 +281,6 @@
justify-content: center;
}
.Publish-modal .Pagination--searchShare {
bottom: 100px;
}
.Publish-optionsList {
width: 100%;
}

Loading…
Cancel
Save