fixed table column wrapping for manage queries page (#1638)

This commit is contained in:
Martavis Parker 2021-08-16 09:19:27 -07:00 committed by GitHub
parent 7d23ff2b53
commit 4a4c3c4949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1 @@
- Fixed table column wrapping for manage queries page

View file

@ -77,4 +77,18 @@
margin-right: $pad-medium;
}
}
.queries-list-wrapper {
.data-table__table {
tbody {
td {
white-space: normal !important;
button {
text-align: left;
}
}
}
}
}
}