mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
fix weird font size on admin, customize, color
This commit is contained in:
parent
600720dfef
commit
0ef30ae43c
1 changed files with 2 additions and 3 deletions
|
@ -478,11 +478,10 @@ section.details {
|
|||
margin-left: 15px;
|
||||
}
|
||||
padding-left: 10px;
|
||||
width: 65%;
|
||||
width: 70%;
|
||||
.style-name {
|
||||
width: 54.0540%;
|
||||
width: 350px;
|
||||
height: 25px;
|
||||
font-size: 1.429em;
|
||||
}
|
||||
.ace-wrapper {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue