We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7067e commit e12619aCopy full SHA for e12619a
web/src/components/drawer/record/record-field.css
@@ -57,12 +57,12 @@
57
visibility: hidden;
58
transition-property: visibility;
59
transition-delay: 0.5s;
60
- background-color: #151515;
61
- padding: .5rem;
62
- color: #fff;
+ background-color: #151515 !important;
+ padding: .5rem !important;
+ color: #fff !important;
63
text-align: center;
64
word-break: break-word;
65
- font-size: 13px;
+ font-size: 13px !important;
66
position: absolute;
67
z-index: 1;
68
width: max-content;
0 commit comments