diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-22 07:58:03 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-22 07:58:03 +0200 |
| commit | b97f39d21423fb5be48283fe360760ea686d60bb (patch) | |
| tree | b4a77ce89dde3c91ba585d42adc807ac7e7da681 /res/client/css/partials | |
| parent | 599b8148bac2f91d0d00b44f393bc082ae476212 (diff) | |
client: info/edge-info: prevent horizontal scroll bar
Diffstat (limited to 'res/client/css/partials')
| -rw-r--r-- | res/client/css/partials/info-card.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client/css/partials/info-card.scss b/res/client/css/partials/info-card.scss index b6e4531a..fb8cab5d 100644 --- a/res/client/css/partials/info-card.scss +++ b/res/client/css/partials/info-card.scss @@ -19,7 +19,7 @@ background-color: white; @include rz-box-shadow(0px, 1px, 6px, 0px, rgba(0,0,0,0.3) ); position: relative; - width:250px; + width: 100%; padding: 12px 15px; @include rz-box-sizing-border; border-top: 6px solid $dark-grey; |
