Skip to content

Commit d3c4aa1

Browse files
committed
Hide horizontal overflow in apps tab
1 parent 0b3de54 commit d3c4aa1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/gui/src/css/dashboard.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ body {
461461
margin: 0 auto;
462462
}
463463

464+
.dashboard-section-apps .dashboard-tab-content{
465+
overflow-x: hidden;
466+
}
467+
464468
.dashboard-section-usage {
465469
max-width: 600px;
466470
margin: 0 auto;

0 commit comments

Comments
 (0)