mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
💄 N°3913 Setup : fix license content overflow in "license agreement" step
Added `white-space: pre-wrap;` in setup.scss as all pre tags inside the setup container are subject to this problem because this container has a specific width set.
This commit is contained in:
@@ -341,6 +341,10 @@ body {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.ibo-title {
|
||||
@extend %ibo-vertically-centered-content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user