Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5c4c353

Browse files
committed
Fix input alignment in safari
1 parent50cb958 commit5c4c353

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎frontend/src/shell/defs/styles/Terminal.js‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
fontFamily:'monospace'
2020
},
2121
inputArea:{
22-
display:'inline-flex',
22+
display:'inline-block',
2323
width:'calc(100% - 2.5em)'
2424
},
2525
promptLabel:{
@@ -31,7 +31,6 @@ export default {
3131
padding:'0',
3232
margin:'0',
3333
marginBottom:'2em',
34-
flexGrow:'100',
3534
width:'100%',
3635
background:'transparent',
3736
fontSize:'15px',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp