Don't overflow directory network options

pull/3282/head
Will Hunt 2017-02-21 12:25:29 +00:00
parent feb8115d24
commit 37f320c4a4
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ limitations under the License.
line-height: 35px;
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mx_NetworkDropdown_networkoption img {