[obs-commits] [openSUSE/open-build-service] d7be25: Add a CSS class for pre-wrapping text boxes
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: d7be25d0f4ca3daca5c75e1c72f630680324bbdc https://github.com/openSUSE/open-build-service/commit/d7be25d0f4ca3daca5c75e... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M src/api/app/assets/stylesheets/webui2/build-results.scss M src/api/app/assets/stylesheets/webui2/comments.scss M src/api/app/assets/stylesheets/webui2/live_build_log.scss M src/api/app/assets/stylesheets/webui2/texts.scss M src/api/app/views/webui2/webui/package/_rpmlint_result.html.haml M src/api/app/views/webui2/webui/package/live_build_log.html.haml Log Message: ----------- Add a CSS class for pre-wrapping text boxes We have a couple of places were we set the white-space attribute to 'pre-wrap' to format our text boxes nicely. This commit adds a CSS class for this to reduce the repetition of code. Commit: d67aaa4c0dff4f6228d839e5b1e6e38f4e344aba https://github.com/openSUSE/open-build-service/commit/d67aaa4c0dff4f6228d839... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M src/api/app/assets/stylesheets/webui2/comments.scss M src/api/app/views/webui2/webui/package/_commit_item.html.haml Log Message: ----------- Fix missing line break of long package commit messages Before we would render long commit messages in one line, which means that at a certain length users would have to use a horizontal scrollbar. Fixes #5954 Commit: e29f7b04d2cb8926454a2425181f1e1a07797727 https://github.com/openSUSE/open-build-service/commit/e29f7b04d2cb8926454a24... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2018-10-01 (Mon, 01 Oct 2018) Changed paths: M src/api/app/assets/stylesheets/webui2/build-results.scss M src/api/app/assets/stylesheets/webui2/comments.scss M src/api/app/assets/stylesheets/webui2/live_build_log.scss M src/api/app/assets/stylesheets/webui2/texts.scss M src/api/app/views/webui2/webui/package/_commit_item.html.haml M src/api/app/views/webui2/webui/package/_rpmlint_result.html.haml M src/api/app/views/webui2/webui/package/live_build_log.html.haml Log Message: ----------- Merge pull request #5960 from bgeuken/fix_issue_5954 Fix issue 5954 Compare: https://github.com/openSUSE/open-build-service/compare/db6fe7d89c21...e29f7b... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Moisés Déniz Alemán