fix: refs #7165 css
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-04-30 16:17:29 +02:00
parent 80b44ccace
commit cc4081d25f
1 changed files with 5 additions and 1 deletions

View File

@ -39,7 +39,11 @@ h2 {
margin-top: 10px margin-top: 10px
} }
.observations{ .observations {
text-align: justify; text-align: justify;
text-justify: inter-word; text-justify: inter-word;
} }
.column-oriented {
margin-bottom: 5px;
}