Disable description resizing

This commit is contained in:
2019-04-23 01:34:12 -04:00
committed by GitHub
parent 35f92e1e5d
commit 02f98647a8

View File

@@ -105,6 +105,7 @@ h3.title {
.description { .description {
width: 60%; width: 60%;
margin: auto !important; margin: auto !important;
resize: none;
} }
h3.description { h3.description {
@@ -240,4 +241,4 @@ table .header {
color: #FF3D53; color: #FF3D53;
font-family: "Calibri"; font-family: "Calibri";
margin-left: 310px; margin-left: 310px;
} }