diff --git a/public/fall-hacks/2025/index.html b/public/fall-hacks/2025/index.html index d5459365..e47d2643 100644 --- a/public/fall-hacks/2025/index.html +++ b/public/fall-hacks/2025/index.html @@ -92,13 +92,7 @@

About

Register & Contact

diff --git a/src/ui/csss-code/tabs/tab-group/tab-group.component.scss b/src/ui/csss-code/tabs/tab-group/tab-group.component.scss index f2c362c3..c1906aaf 100644 --- a/src/ui/csss-code/tabs/tab-group/tab-group.component.scss +++ b/src/ui/csss-code/tabs/tab-group/tab-group.component.scss @@ -19,6 +19,10 @@ $selector-h: 3px; &__tab { min-width: $tab-w; width: 100%; + + display: flex; + flex-direction: column; + justify-content: flex-end; } &__label { diff --git a/src/ui/csss-code/tabs/tab-group/tab-group.component.ts b/src/ui/csss-code/tabs/tab-group/tab-group.component.ts index 502bb101..027d326c 100644 --- a/src/ui/csss-code/tabs/tab-group/tab-group.component.ts +++ b/src/ui/csss-code/tabs/tab-group/tab-group.component.ts @@ -99,7 +99,6 @@ export class CodeTabGroupComponent implements AfterViewInit, AfterContentInit { /** * Changes the style of the tab selector, which makes it move to the currently active tab. - * */ private setSelectorStyle(): void { const activeTab = this.activeTab();