Update base64.html
Browse files- base64.html +1 -1
base64.html
CHANGED
|
@@ -16,7 +16,7 @@ background:#fff;padding:20px;width:100%;height:100%;max-width:980px;
|
|
| 16 |
box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px;text-align:center;overflow-y:auto;
|
| 17 |
}
|
| 18 |
textarea{
|
| 19 |
-
width:100%;min-height:
|
| 20 |
padding:10px;font-size:14px;resize:vertical;
|
| 21 |
}
|
| 22 |
.button{
|
|
|
|
| 16 |
box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:8px;text-align:center;overflow-y:auto;
|
| 17 |
}
|
| 18 |
textarea{
|
| 19 |
+
width:100%;min-height:288px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;
|
| 20 |
padding:10px;font-size:14px;resize:vertical;
|
| 21 |
}
|
| 22 |
.button{
|