Skip to content

Commit

Permalink
Fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke committed Apr 18, 2024
1 parent 9a89772 commit ec0bafc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shared/studio/tabs/ai/aiAdmin.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
}

.tabs {
justify-self: end;
justify-self: flex-end;
display: flex;
flex-direction: column;
gap: 8px;
Expand Down Expand Up @@ -456,7 +456,7 @@
.chatSendButton {
display: flex;
padding: 12px;
align-items: end;
align-items: flex-end;
color: #a565cd;
cursor: pointer;

Expand Down Expand Up @@ -544,7 +544,7 @@

.toggleConfigButton {
margin: 8px;
align-self: end;
align-self: flex-end;

svg {
transform: rotate(-90deg);
Expand Down Expand Up @@ -730,7 +730,7 @@
}

.buttons {
justify-content: end;
justify-content: flex-end;
margin-top: 16px;
flex-direction: row;
}
Expand Down Expand Up @@ -868,7 +868,7 @@
}

.buttons {
justify-content: end;
justify-content: flex-end;
margin-top: 16px;
flex-direction: row;
}
Expand Down

0 comments on commit ec0bafc

Please sign in to comment.