Browse Source

merge AriaNg commit (https://github.com/mayswind/AriaNg/commit/a98b9ed157db0908f4a3be3b61f5afbbd3154966)

MaysWind 3 years ago
parent
commit
3678cb9390
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/styles/core/core.css

+ 4 - 0
app/styles/core/core.css

@@ -39,6 +39,10 @@ td {
     vertical-align: middle !important;
 }
 
+.modal textarea {
+    resize: none;
+}
+
 .blur {
     -webkit-filter: blur(5px);
     -moz-filter: blur(5px);