fix the description box of team page (#21287)

(cherry picked from commit 7d31c8a529ce802823f3386758e8db9556a8e690)
This commit is contained in:
Ashish Gupta 2025-05-20 10:36:12 +05:30
parent f1a48bfee1
commit 28e6af640c

View File

@ -80,11 +80,6 @@
.teams-layout {
margin: -12px 0;
.ant-card-head-title {
padding-top: 0;
padding-bottom: 12px;
}
.teams-profile {
background-color: @team-avatar-bg;
}
@ -98,10 +93,16 @@
background: none;
}
.ant-collapse-header {
.ant-collapse-header,
.ant-collapse-content {
padding: 0 35px 0 0;
}
.ant-collapse-content-box {
margin-top: 12px;
padding: 0;
}
.ant-collapse-arrow {
top: 28px !important; // overriding from antd
right: 0px !important;