Files
Newton-Editor/src/app/editor/lsp-manager/lsp-manager.component.css

12 lines
159 B
CSS
Raw Normal View History

2025-07-05 15:21:08 -05:00
.lsp-config-text {
display: grid;
2025-07-05 15:21:08 -05:00
min-height: 25em;
2025-07-06 21:40:24 -05:00
}
.clear-left-padding {
padding-left: 0px;
}
.clear-right-padding {
padding-right: 0px;
}