mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-17 16:34:44 -05:00
Allow direct navigation (i.e. typing of paths) in the file manager. Fixes #1911
This commit is contained in:
committed by
Dave Page
parent
687a793383
commit
4ef26a528b
@@ -15,19 +15,17 @@
|
||||
top: 35px;
|
||||
}
|
||||
|
||||
#uploader h1 {
|
||||
#uploader .input-path {
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
margin-left: 5px;
|
||||
padding: 0;
|
||||
display: block;
|
||||
float: left;
|
||||
text-align: left;
|
||||
line-height:1.9em;
|
||||
max-width: 367px;
|
||||
line-height:1.6em;
|
||||
width: calc(100% - 72px);
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
#uploader h1 b {
|
||||
|
||||
Reference in New Issue
Block a user