mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: prevent input overflow
This commit is contained in:
parent
aba320e352
commit
3b08c474f0
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue