Remove top margin of community panel container

This is a simpler fix for the scrollbar problem than changing the definition
for height, which was my previous attempt at solving this problem.
Additionally, the top and bottom margins are now consistent.

Signed-off-by: Jonas Schürmann <jonasschuermann@aol.de>
This commit is contained in:
Jonas Schürmann 2019-06-26 15:27:52 +02:00
parent 2d9fbcab70
commit 92c2a119c9

View file

@ -63,9 +63,8 @@ limitations under the License.
display: flex;
flex-direction: column;
align-items: center;
margin-top: 5px;
height: calc(100% - 5px);
height: 100%;
}
.mx_TagPanel .mx_TagPanel_tagTileContainer > div {
height: 40px;