fix: hide tooltip content on webform
This commit is contained in:
parent
23982baa83
commit
2937b09a22
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@
|
|||
.page_content {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
|
||||
.tooltip-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.25rem;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue