1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added tag input field

This commit is contained in:
Fedor Katurov 2019-10-09 12:49:08 +07:00
parent f8b3adc4e2
commit df1c11a308
6 changed files with 78 additions and 25 deletions

View file

@ -63,7 +63,7 @@ const NodeLayoutUnconnected: FC<IProps> = ({
</Group>
<div className={styles.panel}>
<Group style={{ flex: 1 }}>
<Group style={{ flex: 1, minWidth: 0 }}>
<NodeTags />
<NodeRelated title="First album" />

View file

@ -14,6 +14,7 @@
align-items: flex-start;
justify-content: flex-start;
padding-left: $gap / 2;
min-width: 0;
@include tablet {
padding-left: 0;