Skip to content

Commit 49f9a05

Browse files
committed
add new custom css for newlines
1 parent 0092e0c commit 49f9a05

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/english/technical-tools/implementation-tool.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ image: /images/svg-illustrations/case_repository.svg
4141
color: black;
4242
}
4343

44+
/* Allow new lines for small elements inside #AIActImplementationTool */
45+
#AIActImplementationTool small {
46+
white-space: pre-wrap;
47+
}
48+
49+
/* Allow new lines for label elements inside #AIActImplementationTool */
50+
#AIActImplementationTool label {
51+
white-space: pre-wrap;
52+
}
53+
4454
/* Styling for form-group elements labels inside #AIActImplementationTool */
4555
#AIActImplementationTool .form-group label {
4656
color: black;

0 commit comments

Comments
 (0)