Skip to content
Snippets Groups Projects
Commit a8a1567c authored by Henrik Elsner's avatar Henrik Elsner Committed by Georg Ringer
Browse files

[BUGFIX] Remove horizontal scrollbar

Remove the horizontal scrollbar in
Install Tool - System environment, when phpinfo is shown.
Also add some small space for the mobile menu.

Resolves: #79907
Releases: master, 8.7
Change-Id: Ic60e77e768c287ccb25e9c89cd0f37bcc97074a5
Reviewed-on: https://review.typo3.org/52512


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Reviewed-by: default avatarKevin Ditscheid <kevinditscheid@gmail.com>
Tested-by: default avatarKevin Ditscheid <kevinditscheid@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 50008990
Branches
Tags
No related merge requests found
......@@ -211,6 +211,10 @@ hr {
}
}
#mobileMenuWrapper {
margin-bottom: 10px;
}
#install-menu-button {
float: right;
margin-bottom: 20px;
......@@ -351,3 +355,9 @@ a[data-toggle="collapse"] {
.upgrade_analysis_item_to_filter pre a {
text-decoration: underline;
}
#phpinfo table {
width: 100%;
table-layout: fixed;
word-wrap: break-word;
}
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment