浏览代码

max-width time

Peter Muturi 3 年之前
父节点
当前提交
720f09263b
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      public/css/style.css

+ 3 - 3
public/css/style.css

@@ -1991,7 +1991,7 @@ th.only-screen, td.only-screen {
     display: none;
 }
 #simpleSMSReminderComponent input[type="time"] {
-    /* max-width: 90px; */
+    max-width: 120px;
     min-width: unset !important;
     margin-top: 5px;
 }
@@ -3254,7 +3254,7 @@ body.forced-masking #mask {
     padding: 0 10px;
 }
 .customized-form textarea.form-control {
-    width: 100% !important;    
+    width: 100% !important;
 }
 
 .customized-form form .row .section.bg-light {
@@ -3307,4 +3307,4 @@ body.forced-masking #mask {
 .stag-sheet tbody tr td textarea:focus,
 .stag-sheet tbody tr td textarea:focus-visible{
     border: 1px solid steelblue;
-}
+}