Skip to content

Commit

Permalink
Bug 1748652 - The content from the "Import Summary" page is wrongly d…
Browse files Browse the repository at this point in the history
…isplayed in the right part and the page cannot be scrolled if there are multiple logins r=tgiles

Differential Revision: https://phabricator.services.mozilla.com/D138750
  • Loading branch information
galich committed Feb 17, 2022
1 parent a814d56 commit 2f83b71
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

.importreport {
display: block;
}

#report-body {
display: grid;
grid-template-columns: repeat(6, auto);
grid-template-rows: 110px 145px auto;
grid-column: logins/login;
height: 100%;
}

.import-report-heading {
Expand Down Expand Up @@ -81,8 +86,8 @@
display: grid;
grid-template-columns: auto 1fr;
border-top: 1px solid var(--in-content-border-color);
padding-top: 35px;
grid-auto-rows: 28px;
overflow-y: auto;
}

.not-imported {
Expand Down

0 comments on commit 2f83b71

Please sign in to comment.