From 1890c7275177a226c17425cdfde8a2777f6788e7 Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Mon, 30 Oct 2023 18:15:32 +0900 Subject: [PATCH] css --- src/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/css/custom.css b/src/assets/css/custom.css index c14545d..10ef6f9 100644 --- a/src/assets/css/custom.css +++ b/src/assets/css/custom.css @@ -1108,7 +1108,7 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;} .notam-btn{width:20px;height:20px;padding:0;position:absolute;} .notam-info{height:600px;overflow:auto;} .notam-modal table{margin:1rem 0;border:1px solid #ddd;} -.notam-modal table tr th, .notam-modal table tr td{padding:0.4rem 0.8rem;vertical-align:middle;}j +.notam-modal table tr th, .notam-modal table tr td{padding:0.4rem 0.8rem;vertical-align:middle;} .notam-modal table thead tr th{font-weight:500;border:0;background:#f4f4f4;font-size:0.875rem;border-right:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center} .notam-modal table tbody tr{border-bottom:1px solid #ddd;} .notam-modal table tbody tr th{font-weight:500;background:#f4f4f4;font-size:0.875rem;border-right:1px solid #ddd;min-width:150px;text-align:center;}