diff --git a/static/style.css b/static/style.css index edd5170..3832819 100644 --- a/static/style.css +++ b/static/style.css @@ -94,7 +94,6 @@ input[type="url"], input[type="text"] { text-align: center; cursor: pointer; line-height: 1.7; - white-space: pre; } #uploadstatus.success { @@ -105,6 +104,7 @@ input[type="url"], input[type="text"] { #uploadstatus.error { background-color: #FDD; border: 1px solid #F77; + white-space: pre; } td { padding: 10px;