Don't overflow directory network options

This commit is contained in:
Will Hunt 2017-02-21 12:25:29 +00:00
parent feb8115d24
commit 37f320c4a4

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 {