18 lines
254 B
CSS
18 lines
254 B
CSS
.PathSelector {
|
|
align-items: center;
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|
|
.PathSelector .label {
|
|
margin-right: 10px;
|
|
flex: 1 1 auto;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.PathSelector .input {
|
|
flex: 5 5 200px;
|
|
}
|