소스 검색

#6372: Object list text is too small

checktheroads 4 년 전
부모
커밋
1da7c705e3

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
netbox/project-static/dist/netbox.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
netbox/project-static/dist/netbox.css.map


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
netbox/project-static/dist/rack_elevation.css.map


+ 1 - 1
netbox/project-static/theme-base.scss

@@ -119,7 +119,7 @@ $font-weight-lighter: 200;
 $font-weight-medium: 600;
 $font-weight-bolder: 800;
 
-$font-size-xs: 0.8rem;
+$font-size-xs: 0.9rem;
 
 $line-height-base: 1.5;
 $line-height-xs: 1;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.