Web: Files: fixed ThirdPartyList width

This commit is contained in:
Viktor Fomin 2021-07-01 14:37:09 +03:00
parent bca3f0f3d8
commit 8776c45895

View File

@ -19,7 +19,11 @@ const StyledThirdParty = styled.div`
.tree-thirdparty-list {
padding-top: 3px;
display: flex;
max-width: 200px;
max-width: 218px;
@media screen and (max-width: 1024px) {
max-width: 228px;
}
div {
height: 26px;