Fixed name vertical overflow
This commit is contained in:
parent
1d32dd72ed
commit
38ac520e1e
|
@ -45,6 +45,9 @@ limitations under the License.
|
|||
display: inline-block;
|
||||
padding-right: 4px;
|
||||
font-weight: 600;
|
||||
overflow: hidden;
|
||||
height: 26px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mx_AddressTile_name.mx_AddressTile_justified {
|
||||
|
|
Loading…
Reference in New Issue