Merge pull request #3282 from Half-Shot/develop
Don't overflow directory network options
This commit is contained in:
commit
6690df1203
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ limitations under the License.
|
||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
padding-right: 8px;
|
padding-right: 8px;
|
||||||
|
overflow: hidden;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_NetworkDropdown_networkoption img {
|
.mx_NetworkDropdown_networkoption img {
|
||||||
|
|
Loading…
Reference in a new issue