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.
1 parent f3b6877 commit cd5235cCopy full SHA for cd5235c
content/english/technical-tools/implementation-tool.md
@@ -32,6 +32,12 @@ overview_block:
32
{{< webapp id="webapp" appId="AIActImplementationTool" src="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.js" title="" >}}
33
34
<style>
35
+ /* Targeting the first direct div inside #AiActImplementationTool */
36
+ #AiActImplementationTool > div:first-child {
37
+ height: auto!important;
38
+ padding: 12px;
39
+ }
40
+
41
/* Styling for form-group elements inside #AIActImplementationTool */
42
#AIActImplementationTool .form-group {
43
display: block;
0 commit comments