CSS fixes for Meet the team section on org page (#18813)
This commit is contained in:
parent
d3bda04051
commit
827c467472
1 changed files with 2 additions and 2 deletions
|
|
@ -285,7 +285,7 @@
|
|||
display: block;
|
||||
|
||||
.org-sidebar-widget-body {
|
||||
padding: 8px 16px 0px 16px;
|
||||
padding: 16px;
|
||||
overflow-wrap: break-word;
|
||||
&.body-scrollable {
|
||||
height: calc(100vh - 300px);
|
||||
|
|
@ -297,7 +297,7 @@
|
|||
img {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
margin: 0 8px 8px 0;
|
||||
margin: 3px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue