mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
Change common file type comment input style (#7931)
* 01 fix wrong text * 02 input comment container style * 03 change reply container style
This commit is contained in:
10
frontend/src/css/react-mentions-default-style.js
vendored
10
frontend/src/css/react-mentions-default-style.js
vendored
@@ -31,12 +31,16 @@ const defaultStyle = {
|
||||
padding: 9,
|
||||
},
|
||||
input: {
|
||||
padding: '8px 6px 20px 6px',
|
||||
padding: '8px',
|
||||
maxHeight: 90,
|
||||
minHeight: 90,
|
||||
height: 90,
|
||||
border: '1px solid #e6e6dd',
|
||||
overfflowY: 'auto',
|
||||
lineHeight: 'default',
|
||||
overflowY: 'auto',
|
||||
outline: 'none',
|
||||
borderBottom: 'none',
|
||||
borderRadius: '5px',
|
||||
border: '1px solid #e6e6dd',
|
||||
},
|
||||
},
|
||||
suggestions: {
|
||||
|
Reference in New Issue
Block a user