reduce distance between tiles to 12px, so we can align things in LP with

pull/21833/head
Bruno Windels 2020-07-13 18:20:11 +02:00
parent 965856aa55
commit b19afe4d46
1 changed files with 2 additions and 1 deletions

View File

@ -67,9 +67,10 @@ limitations under the License.
align-items: center;
height: 100%;
padding-top: 6px;
}
.mx_TagPanel .mx_TagPanel_tagTileContainer > div {
margin: 8px 0;
margin: 6px 0;
}
.mx_TagPanel .mx_TagTile {