CSS fixes for Meet the team section on org page (#18813)

This commit is contained in:
Rajat Talesra 2022-12-07 15:21:47 +05:30 committed by GitHub
parent d3bda04051
commit 827c467472
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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%;
}
}