Files
webtorrent-desktop/static/css/components/PathSelector.css
2016-08-23 03:05:33 -07:00

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;
}