We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e869934 + 49f9a05 commit a2ef1fcCopy full SHA for a2ef1fc
content/english/technical-tools/implementation-tool.md
@@ -41,6 +41,16 @@ image: /images/svg-illustrations/case_repository.svg
41
color: black;
42
}
43
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
52
53
54
/* Styling for form-group elements labels inside #AIActImplementationTool */
55
#AIActImplementationTool .form-group label {
56
0 commit comments