UX: Remove AdminPageSubheader style override (#828)
In this core commit https://github.com/discourse/discourse/pull/29149 we are changing the subheader title to H2 and making the size smaller, this style override is no longer needed.
This commit is contained in:
parent
51494db236
commit
4f6b36147b
|
@ -58,13 +58,6 @@
|
|||
}
|
||||
|
||||
[class*="ai-llms-list-editor"] {
|
||||
.admin-page-subheader {
|
||||
h3 {
|
||||
font-size: var(--font-up-2);
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue