Bigger test summary details
gitlab - test summary by zazabe
Details
Authorzazabe
LicenseNo License
Categorygitlab
Created
Updated
Size714 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name gitlab - test summary
@version 20240321.08.20
@namespace ?
==/UserStyle== */
/* ==UserStyle==
@name zazabe-gitlab
@namespace gitlab.com/zazabe
@version 1.0.0
@description Gttlab user styles - increase size of test failure details popup
@author zazabe
==/UserStyle== */
@-moz-document regexp("https?://.*gitlab\\.com/.*") {
div#modalWidgetTestSummary.modal.fade.show.gl-modal div.modal-dialog.modal-md {
max-width: 100rem !important;
}
div#modalWidgetTestSummary.modal.fade.show.gl-modal strong.gl-text-right {
max-width: 10% !important;
}
div#modalWidgetTestSummary.modal.fade.show.gl-modal div.col-sm-9 {
flex: 0 0 90%;
max-width: 90%;
}
}