Enhance lab layout by adjusting content width in embedded mode

- Added a CSS rule to set the maximum width of lab content to 100% in embedded mode, improving responsiveness and layout consistency.
This commit is contained in:
Z. Cliffe Schreuders
2025-09-25 14:17:11 +01:00
parent 31155f9aeb
commit c0f464b6a6

View File

@@ -96,6 +96,10 @@ layout: default
padding: 2rem; padding: 2rem;
} }
.embeded-mode .lab-content {
max-width: 100%;
}
.lab-header { .lab-header {
border-bottom: 2px solid var(--panelborder-color); border-bottom: 2px solid var(--panelborder-color);
padding-bottom: 1.5rem; padding-bottom: 1.5rem;