Disable description resizing

This commit is contained in:
Clayton Wilson 2019-04-23 01:34:12 -04:00 committed by GitHub
parent 35f92e1e5d
commit 02f98647a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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