mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-26 00:01:33 -04:00
Compare commits
3 Commits
a1d2a152f8
...
7396e3618d
Author | SHA1 | Date | |
---|---|---|---|
|
7396e3618d | ||
|
8989d466ed | ||
|
8a71f7280a |
5
options/license/FSFAP-no-warranty-disclaimer
Normal file
5
options/license/FSFAP-no-warranty-disclaimer
Normal file
@ -0,0 +1,5 @@
|
||||
Copyright (C) 2008 Micah J. Cowan
|
||||
|
||||
Copying and distribution of this file, with or without modification,
|
||||
are permitted in any medium without royalty provided the copyright
|
||||
notice and this notice are preserved.
|
10
options/license/HPND-Kevlin-Henney
Normal file
10
options/license/HPND-Kevlin-Henney
Normal file
@ -0,0 +1,10 @@
|
||||
Copyright Kevlin Henney, 1997, 2003, 2012. All rights reserved.
|
||||
|
||||
Permission to use, copy, modify, and distribute this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided
|
||||
that this copyright and permissions notice appear in all copies and
|
||||
derivatives.
|
||||
|
||||
This software is supplied "as is" without express or implied warranty.
|
||||
|
||||
But that said, if there are any problems please get in touch.
|
6
package-lock.json
generated
6
package-lock.json
generated
@ -996,9 +996,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@github/combobox-nav": {
|
||||
"version": "2.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@github/combobox-nav/-/combobox-nav-2.3.0.tgz",
|
||||
"integrity": "sha512-5CX03DbsLZ41dX5hKHyQKtg133U6lruX4TD9G0Zs4W8BpWy7lN8DJ6TYaeZN/V7x8K34coaqNYk/Y5ic7stfkg=="
|
||||
"version": "2.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@github/combobox-nav/-/combobox-nav-2.3.1.tgz",
|
||||
"integrity": "sha512-gwxPzLw8XKecy1nP63i9lOBritS3bWmxl02UX6G0TwMQZbMem1BCS1tEZgYd3mkrkiDrUMWaX+DbFCuDFo3K+A=="
|
||||
},
|
||||
"node_modules/@github/markdown-toolbar-element": {
|
||||
"version": "2.2.1",
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
.flex-container-main {
|
||||
flex: 1;
|
||||
min-width: 0; /* make the "text truncate" work, otherwise the flex axis is not limited and the text just overflows */
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user