Files
metabuilder/fakemui/scss/m3-scss/@angular/cdk/table/table.scss
johndoe6345789 06d45279f3 chore: restore original fakemui folder structure
Restored all archived files back to original locations:
- Restored 15 Python implementations to fakemui/fakemui/
- Restored QML components and widgets folders
- Restored React contexts folder
- Restored SCSS folder
- Restored core utilities
- Restored migration-in-progress folder

Removing .archive/ folder entirely - keeping all original code as-is.

Note: The audit documents in docs/ remain valuable for understanding
the codebase structure and potential improvements, but no structural
changes are being enforced.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-01-23 17:08:42 +00:00

4 lines
51 B
SCSS

.cdk-table-fixed-layout {
table-layout: fixed;
}