commit | 98e3f8a6167902e2b4d81d3e425434825a249cad | [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 13:23:20 2017 -0500 |
tree | ee586ea4373d77e24dd29f3be82c278a024c3246 | |
parent | 6bd0f26361bd98f52c8115e290b06ab84d5388b4 [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; }