diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-18 07:13:00 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-18 07:13:00 +0000 |
| commit | ff2c9342cd839a89c17dca058704a60d25a1940e (patch) | |
| tree | e949c9cd371594b157ec8fe46b3ef861f8ef6871 | |
| parent | 7ad411f7c0ce60a2cd85510d84aa2b5ed5f0cfd2 (diff) | |
- fix identities list width (#1486801)
git-svn-id: https://svn.roundcube.net/trunk@3759 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index 36567fa9f..7c2f8b3e4 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -81,7 +81,7 @@ span.tablink-selected a #identities-table { - width: 420px; + width: 100%; table-layout: fixed; } |
