minint: fix titles fields' radio buttons style (#56527)

This commit is contained in:
Serghei Mihai 2021-08-31 17:44:30 +02:00
parent 1c47fcaa9d
commit 3d4a0158b3
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
div#title + div.content {
label::after {
display: none;
}
}

View File

@ -15,3 +15,4 @@
@import "nav-skip";
@import "form";
@import "team";
@import "custom";