Skip to content

Commit

Permalink
fix: table block mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
Wagner3UB committed Feb 16, 2024
1 parent 50a232d commit a3334c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme/ItaliaTheme/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ iframe {
//table overflow mobile
@media (max-width: #{map-get($grid-breakpoints, lg)}) {
.public-ui table.ui.table {
display: block;
overflow: auto;
th {
white-space: nowrap;
Expand Down

0 comments on commit a3334c0

Please sign in to comment.