Merge pull request #50 from razorpay/AD-47

Added style fixes for timeline component
pull/1113/head
Amitabh 2023-01-13 14:58:01 +05:30 committed by GitHub
commit 2c0f601a49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -131,7 +131,7 @@
}
.block-chart {
padding-top: 7px;
padding: 7px 10px 0;
height: 100%;
display: flex;
flex-flow: row wrap;
@ -149,6 +149,9 @@
margin-right: 1.5px;
margin-bottom: 4px;
cursor: pointer;
@media (min-width:820px) {
flex-grow: 1;
}
}
.service_day span {
@ -586,4 +589,4 @@
.tooltip {
max-width: 220px;
}
}