mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
fix: [code-682]: fix wrap on pr review box (#272)
This commit is contained in:
parent
3fa628307d
commit
d3c70f0dfb
@ -93,6 +93,7 @@
|
||||
line-height: 16px;
|
||||
margin: 5px 0;
|
||||
max-width: 320px;
|
||||
white-space: break-spaces !important;
|
||||
}
|
||||
}
|
||||
.menuReviewItem {
|
||||
|
@ -464,7 +464,8 @@ const SpecialTextFiles = [
|
||||
'CHANGELOG',
|
||||
'Makefile',
|
||||
'Procfile',
|
||||
'.env'
|
||||
'.env',
|
||||
'.alpine'
|
||||
]
|
||||
|
||||
const ImageExtensions = ['jpg', 'jpeg', 'png', 'gif', 'svg', 'ico', 'bmp']
|
||||
|
Loading…
x
Reference in New Issue
Block a user