diff --git a/packages/frontend/src/profile/ExpertProfileTab.module.css b/packages/frontend/src/profile/ExpertProfileTab.module.css index fbf9ff2..ebe3443 100644 --- a/packages/frontend/src/profile/ExpertProfileTab.module.css +++ b/packages/frontend/src/profile/ExpertProfileTab.module.css @@ -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 {