Skip to content
Snippets Groups Projects
Commit f641dc3e authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed overflow for long subsection texts (e.g., long email adresses)

parent a8e53f8b
Branches
Tags
No related merge requests found
......@@ -3034,8 +3034,8 @@ section, .section {
}
.sub-section {
background-color: #F6F6F6;
text-align: left;
overflow-x: auto;
}
.sub-section h5 {
......@@ -3043,6 +3043,7 @@ section, .section {
padding: 10px;
margin: 0;
color: var(--odsh-color-sh-blue);
background-color: #F6F6F6;
}
.details .details-item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment