refactor: widen section and sidebar, plain period text, Badge xs size for stack

This commit is contained in:
Ilia Mashkov
2026-05-18 13:07:01 +03:00
parent 37098be3c8
commit 979e2071d1
7 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ describe('CardSidebar', () => {
it('sidebar column has fixed width on md', () => {
render(<CardSidebar sidebar={<span>Sidebar</span>}>Main</CardSidebar>);
const sidebar = screen.getByText('Sidebar').parentElement;
expect(sidebar).toHaveClass('md:w-52');
expect(sidebar).toHaveClass('md:w-64');
});
it('main column fills remaining space', () => {