commit | 7cad8cbfbe64607633116501373f91d9874b9869 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Thu Jul 27 15:39:45 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 12:47:20 2017 -0500 |
tree | 93f1a28092432b35693a0b083db19b1ad7b50381 | |
parent | 335f934ec9e6fd1e497cbbcd7444c13e397b8f7c [diff] |
css added to capitalize first word of inventory items returned to match designs. Change-Id: Ibbaa55c0b00fab45115104e01c312b1b5e6721b4 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/styles/inventory.scss b/app/server-health/styles/inventory.scss index 55244eb..c17017c 100644 --- a/app/server-health/styles/inventory.scss +++ b/app/server-health/styles/inventory.scss
@@ -103,6 +103,7 @@ .inventory__device-col { margin-right: 6px; width: 50%; + text-transform: capitalize; @include mediaQuery(medium){ width: auto; }