added skeleton for the tagging flow

This commit is contained in:
Rohit
2019-06-24 19:33:32 -04:00
parent 5261b30ac4
commit 048245f9dd
3 changed files with 66 additions and 98 deletions

View File

@@ -370,7 +370,16 @@ html, body {
.popover {
color: black;
width: 500px;
}
.tagging-options {
display: flex;
align-items: center;
}
.tagging-options select{
width: 100%;
}