Update app.py
Browse files
app.py
CHANGED
|
@@ -733,6 +733,7 @@ table th:nth-child(6):nth-last-child(1), table td:nth-child(6):nth-last-child(1)
|
|
| 733 |
/* 기본 테이블 & 스크롤 설정 */
|
| 734 |
/* -------------------------- */
|
| 735 |
thead th {
|
|
|
|
| 736 |
position: sticky;
|
| 737 |
top: 0;
|
| 738 |
background: white;
|
|
@@ -747,6 +748,7 @@ thead th {
|
|
| 747 |
overflow: visible !important;
|
| 748 |
}
|
| 749 |
td {
|
|
|
|
| 750 |
white-space: pre-wrap !important;
|
| 751 |
word-break: break-word !important;
|
| 752 |
line-height: 1.6;
|
|
|
|
| 733 |
/* 기본 테이블 & 스크롤 설정 */
|
| 734 |
/* -------------------------- */
|
| 735 |
thead th {
|
| 736 |
+
font-size: 16px !important;
|
| 737 |
position: sticky;
|
| 738 |
top: 0;
|
| 739 |
background: white;
|
|
|
|
| 748 |
overflow: visible !important;
|
| 749 |
}
|
| 750 |
td {
|
| 751 |
+
font-size: 15px !important;
|
| 752 |
white-space: pre-wrap !important;
|
| 753 |
word-break: break-word !important;
|
| 754 |
line-height: 1.6;
|