Skip to content

Commit

Permalink
ui: update width of timescale component
Browse files Browse the repository at this point in the history
Previously, there was no width assigned to timescale,
making it have different size on CC Console.
This commit adds the correct width so both DB and CC
Console are aligned.

Partially addresses: cockroachdb#77982

Release note: None
  • Loading branch information
maryliag committed Apr 25, 2022
1 parent 8658bd3 commit 2a24681
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.timescale {
display: flex;
width: 590px;
}

.trigger {
Expand Down

0 comments on commit 2a24681

Please sign in to comment.