diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-22 17:51:39 +0300 |
---|---|---|
committer | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-04-22 17:51:39 +0300 |
commit | ba6de666a6bc7860cb272bc9f4357e8c0f188e85 (patch) | |
tree | f9d6ce8c5868c64839ecdd2c0773fa0d9390f6cc /vid-app-common/src/main/webapp/app/vid/styles | |
parent | 1f04e8e626c306a0b9abd00bc9a024dfc9a253fc (diff) |
Scale out use case
Change-Id: If0d42935185d3e4393a2607916c3046b4ebe41c6
Issue-ID: VID-188
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/styles')
-rw-r--r-- | vid-app-common/src/main/webapp/app/vid/styles/modal-create-new.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/styles/modal-create-new.css b/vid-app-common/src/main/webapp/app/vid/styles/modal-create-new.css index 1a293c04..7d8af00b 100644 --- a/vid-app-common/src/main/webapp/app/vid/styles/modal-create-new.css +++ b/vid-app-common/src/main/webapp/app/vid/styles/modal-create-new.css @@ -1,5 +1,5 @@ .modal-dialog { - width: 587px; + /*width: 587px;*/ border-radius: 8px; } |