diff --git a/dev/Styles/Compose.less b/dev/Styles/Compose.less index dec5716cb..79b6322d9 100644 --- a/dev/Styles/Compose.less +++ b/dev/Styles/Compose.less @@ -85,6 +85,7 @@ padding: 10px; background-color: #eee; color: #333; + overflow:scroll; .e-identity { @@ -110,8 +111,8 @@ .e-label { text-align: right; width: 1%; - min-width: 70px; - padding: 6px 10px; + min-width: 50px; + padding: 6px 10px 6px 0px; html.rl-modal { min-width: 50px; @@ -210,4 +211,4 @@ background-color: #fff; } } -} \ No newline at end of file +}