added overflow:auto to css to fix long email addresses flowing over the boundary of app
This commit is contained in:
Родитель
6758f03b09
Коммит
f14048fb14
1
app.css
1
app.css
|
@ -196,6 +196,7 @@
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
&.name {
|
&.name {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче