fix: prevent input overflow

This commit is contained in:
EnixCoda 2019-02-21 10:35:18 +08:00
parent aba320e352
commit 3b08c474f0
No known key found for this signature in database
GPG key ID: 6825847C88AA329A

View file

@ -362,6 +362,11 @@
&-section {
padding-bottom: 10px;
}
/* inputs for access token & shortcut were too wide */
input.form-control {
min-width: 100px;
}
}
.access-token {
border-bottom: none; // prevent overwrite by github style