mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-14 03:57:16 +00:00
fix the description box of team page (#21287)
(cherry picked from commit 7d31c8a529ce802823f3386758e8db9556a8e690)
This commit is contained in:
parent
f1a48bfee1
commit
28e6af640c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user