Merge branch 'develop' into safe_exec-updates

This commit is contained in:
gavin 2022-04-21 16:11:54 +05:30 committed by GitHub
commit 03d02ae11c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,11 +343,10 @@ textarea.form-control {
.duration-picker {
position: absolute;
z-index: 999;
border-radius: var(--border-radius);
box-shadow: var(--shadow-sm);
background: var(--popover-bg);
width: max-content;
&:after,
&:before {
border: solid transparent;
@ -466,4 +465,4 @@ button.data-pill {
top: 0;
right: 0;
cursor: pointer;
}
}