Skip to content

Commit cd5235c

Browse files
committed
over write container height web app div
1 parent f3b6877 commit cd5235c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ overview_block:
3232
{{< webapp id="webapp" appId="AIActImplementationTool" src="https://ai-documentation.s3.eu-central-1.amazonaws.com/AI-Act-Questionnaire-v1.0.0.js" title="" >}}
3333

3434
<style>
35+
/* Targeting the first direct div inside #AiActImplementationTool */
36+
#AiActImplementationTool > div:first-child {
37+
height: auto!important;
38+
padding: 12px;
39+
}
40+
3541
/* Styling for form-group elements inside #AIActImplementationTool */
3642
#AIActImplementationTool .form-group {
3743
display: block;

0 commit comments

Comments
 (0)