mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-24 22:46:39 +02:00
fix: Buttons in ExpertProfile nicht mehr vollbreit (align-self: flex-start)
Buttons in sectionHeader (flex-direction: column) streckten sich auf volle Containerbreite. align-self: flex-start begrenzt die Breite auf min-width + Textinhalt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
da4a036e8a
commit
1bba4abac3
1 changed files with 2 additions and 0 deletions
|
|
@ -291,6 +291,7 @@
|
|||
transition: background 0.15s;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.btnPrimary:hover:not(:disabled) {
|
||||
|
|
@ -316,6 +317,7 @@
|
|||
transition: all 0.15s;
|
||||
white-space: nowrap;
|
||||
box-sizing: border-box;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.btnSecondary:hover {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue