This is an automated email from the ASF dual-hosted git repository. ankovalyshyn pushed a commit to branch feature/projects in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
commit d7f402a4ac7aeb0de54e282040f436c418369625 Author: Andriana Kovalyshyn <[email protected]> AuthorDate: Mon Jun 3 16:26:45 2019 +0300 [DLAB-655]: fixrd issue with hirizontal scrolling on projects list --- .../src/main/resources/webapp/src/assets/styles/_theme.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss index 03dc54f..4d5c5c1 100644 --- a/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss +++ b/services/self-service/src/main/resources/webapp/src/assets/styles/_theme.scss @@ -289,6 +289,9 @@ .mat-form-field-label { padding-top: 0; color: #607d8b; + mat-label { + vertical-align: middle; + } } .mat-select { &:focus { @@ -486,3 +489,10 @@ mat-horizontal-stepper { } } } + +.mat-table { + .mat-cell { + word-break: break-all; + padding: 5px 10px; + } +} \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
