Skip to content

Commit

Permalink
Override FAB table views where table width extends beyond parent cont…
Browse files Browse the repository at this point in the history
…ainers (#12048)
  • Loading branch information
ryanahamilton authored Nov 2, 2020
1 parent b72bd4a commit a1a1fc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions airflow/www/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,3 +427,8 @@ label[for="timezone-other"],
.btn-group {
display: inline-flex;
}

/* Override FAB table views where table width extends beyond parent containers */
.panel-body .panel-group + div {
overflow-x: scroll;
}

0 comments on commit a1a1fc9

Please sign in to comment.