Skip to content

Commit

Permalink
add padding to access-keys-table
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Oct 10, 2024
1 parent c1aa4a1 commit 400d7f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/encoded/static/scss/encoded/modules/_item-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2957,8 +2957,12 @@ div.user-profile-page {
table.access-keys-table {

tr {
th {
padding: .75rem;
}
td {
border-bottom: 1px solid #eee;
padding: .75rem;
&.access-key-buttons {
width: 140px;
.btn.btn-xs {
Expand Down

0 comments on commit 400d7f5

Please sign in to comment.