diff options
author | Ludmila Schlegelova <Ludmila.Schlegelova@telekom.com> | 2023-06-28 14:38:10 +0200 |
---|---|---|
committer | Ludmila Schlegelova <Ludmila.Schlegelova@telekom.com> | 2023-06-28 16:49:11 +0200 |
commit | 0376eae1742c1a39f19f6e9b5cb06071b90d4649 (patch) | |
tree | 1090fcf08cfa27cd93a7147471b101ea8a29d729 /src/styles.css | |
parent | 4fbefba274ae89c76b12ac0b1c52063b668fc99f (diff) |
History dashboard not correctly layouted - code correction
Issue-ID: PORTALNG-5
Signed-off-by: Ludmila Schlegelova <Ludmila.Schlegelova@telekom.com>
Change-Id: Ie578726acefa92df5a06d92dac144e1b7f9118a9
Diffstat (limited to 'src/styles.css')
-rw-r--r-- | src/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles.css b/src/styles.css index 2528e5d..2cc0bba 100644 --- a/src/styles.css +++ b/src/styles.css @@ -628,3 +628,13 @@ tree-viewport{ content: " "; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M15.81,14.99l-6.99-7l6.99-7c0.24-0.24,0.2-0.63-0.04-0.83c-0.24-0.2-0.59-0.2-0.79,0l-6.99,7l-6.99-7 C0.75-0.08,0.36-0.04,0.16,0.2c-0.2,0.24-0.2,0.59,0,0.79l6.99,7l-6.99,7c-0.24,0.24-0.2,0.63,0.04,0.83c0.24,0.2,0.59,0.2,0.79,0 l6.99-7l6.99,7c0.24,0.24,0.59,0.24,0.83,0.04C16.04,15.66,16.08,15.26,15.81,14.99C15.85,15.03,15.81,15.03,15.81,14.99z' fill='%23262626'/%3E%3C/svg%3E"); } + +.tile-height { + height: 408.867px; +} + +hr, .breadcrumb { + min-width: 164px; +} + + |