Skip to content

Commit

Permalink
Responsiveness improvements (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristine Guadelupe authored Feb 7, 2024
1 parent 89b593f commit 36e8884
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/assets/data_transform_cell/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ input[type="number"] {
align-items: center;
flex-grow: 1;
margin-bottom: 0;
max-width: 350px;
max-width: 345px;
min-width: auto;
margin-right: 8px;
}

.root-group {
Expand Down Expand Up @@ -467,6 +468,7 @@ select option {
gap: 16px;
margin-left: 16px;
padding-top: 6px;
flex-wrap: wrap;
}

.data-frame-title {
Expand Down

0 comments on commit 36e8884

Please sign in to comment.