Skip to content

Commit

Permalink
Small CSS polishment on tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Mar 14, 2023
1 parent b9419f2 commit 426c612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/less/datahub.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
}

.ui.grid > [class*='four wide'].column {
width: 25% !important;
width: 20% !important;
}

.ui.grid > [class*='twelve wide'].column {
width: 75% !important;
width: 80% !important;
}
}
}
Expand Down

0 comments on commit 426c612

Please sign in to comment.