Skip to content

Commit

Permalink
Merge pull request #18575 from calixteman/ai_disclaimer_icon_position
Browse files Browse the repository at this point in the history
[Editor] Move the AI icon on the top of its parent div
  • Loading branch information
calixteman authored Aug 7, 2024
2 parents 3cad8d1 + f487ed3 commit 5709b13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/annotation_editor_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,7 @@
align-items: flex-start;
gap: 12px;
flex: 0 1 auto;
line-height: normal;

#mainContent {
display: flex;
Expand Down Expand Up @@ -974,7 +975,7 @@
#newAltTextDisclaimer {
display: flex;
flex-direction: row;
align-items: center;
align-items: flex-start;
gap: 4px;
font-size: 11px;

Expand Down

0 comments on commit 5709b13

Please sign in to comment.