Skip to content

Commit

Permalink
Merge #80473
Browse files Browse the repository at this point in the history
80473: ui: update width of timescale component r=maryliag a=maryliag

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: #77982

Release note: None

Co-authored-by: Marylia Gutierrez <[email protected]>
  • Loading branch information
craig[bot] and maryliag committed Apr 25, 2022
2 parents 63bf783 + 2a24681 commit 07a874a
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 07a874a

Please sign in to comment.