Sessions: Refactor AI Customization Management styles (#306873)

* Refactor padding and line-height in AI Customization Management styles for improved layout

Co-authored-by: Copilot <copilot@github.com>

* Update src/vs/workbench/contrib/chat/browser/aiCustomization/media/aiCustomizationManagement.css

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Michael Lively <12552271+Yoyokrazy@users.noreply.github.com>
This commit is contained in:
Lee Murray
2026-03-31 19:49:07 +01:00
committed by GitHub
parent 213b27d7c3
commit 78f4c2471e

View File

@@ -159,7 +159,7 @@
.ai-customization-management-editor .content-inner {
height: 100%;
padding: 8px 12px;
padding: 10px;
box-sizing: border-box;
}
@@ -552,7 +552,6 @@
.ai-customization-list-widget .section-footer .section-footer-description {
font-size: 13px;
color: var(--vscode-descriptionForeground);
line-height: 1.5;
margin: 0 0 8px 0;
}
@@ -960,8 +959,7 @@
display: flex;
align-items: center;
gap: 12px;
padding: 8px 4px 12px 4px;
border-bottom: 1px solid var(--vscode-widget-border);
padding: 4px 0;
flex-shrink: 0;
}