Skip to content

Commit

Permalink
Merge pull request #1532 from memphisdev/bugfix-RND-358-cant-see-the-…
Browse files Browse the repository at this point in the history
…schema-status-when-editing-a-schema-in-schemaverse

Can't see the schema status when editing a schema in Schemaverse
  • Loading branch information
otabek-memphis authored Dec 19, 2023
2 parents e75c115 + 58af67a commit 79d58e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui_src/src/components/selectVersion/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
margin-left: 10px;
}
}
.schema-name {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
flex-wrap: nowrap;
}
}
.select-version-options{
background: #FFFFFF;
Expand Down

0 comments on commit 79d58e7

Please sign in to comment.