diff options
| author | ryderr <r@okfoc.us> | 2014-12-01 13:08:48 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-12-01 13:08:48 -0500 |
| commit | dbdc7bf9b1922935334e44637b7bdcb534386004 (patch) | |
| tree | 30dee5d24d22677ca119fa8669629ac83d1a44a7 | |
| parent | 6f7f0ac032193215223787ca69717fcb478f12ac (diff) | |
room border issue in mobile
| -rwxr-xr-x | public/assets/stylesheets/app.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 3c380ef..5effc00 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -3072,7 +3072,8 @@ a[data-role="forgot-password"] { } .projectList .room { width: 100%; - height: 230px; + height:230px; + height: 69vw; margin: 0; } .mediaDrawer form h2 { |
