gitlab-org--gitlab-foss/spec/features/merge_requests
Fatih Acet ecd7e99a0a Merge branch '23167-min-row-height' into 'master'
Resolve "Build/Pipeline/Environment List Inconsistency Row Height"

#### What does this MR do?
* Changes generic table class from `builds` to `ci-table`. It was getting confusing using `builds` for `builds`, `pipelines`, `environments`
* Sets height on builds rows for continuity

#### Are there points in the code the reviewer needs to double check?
Apparently you can't set `min-height` on any `table` elements but you _can_ set `height`. For some reason, even if the content within happens to start wrapping, the row height will grow instead of letting the content overlap. Which is a good thing. Just kind of weird.

#### Why was this MR needed?
Different row heights on builds depending on content

#### Screenshots (if relevant)
Before:   
![Screen_Shot_2016-10-10_at_4.49.58_PM](/uploads/a4edb584f95c670f9815a8e5b1d725ee/Screen_Shot_2016-10-10_at_4.49.58_PM.png)
After:   
![Screen_Shot_2016-10-10_at_4.32.03_PM](/uploads/488a84b4ed292fbbb0ea7e372c017ae0/Screen_Shot_2016-10-10_at_4.32.03_PM.png)
Before:   
![Screen_Shot_2016-10-10_at_4.44.23_PM](/uploads/3cbcbada89d1aeb1fea35ea9b851e370/Screen_Shot_2016-10-10_at_4.44.23_PM.png)
After:   
![Screen_Shot_2016-10-10_at_4.42.56_PM](/uploads/0cb573670f60c7fdf54fdb027c95639f/Screen_Shot_2016-10-10_at_4.42.56_PM.png)

## What are the relevant issue numbers?
Closes #23167

See merge request !6787
2016-10-14 21:11:05 +00:00
..
assign_issues_spec.rb Added link to bulk assign issues to MR author. (Issue #18876) 2016-10-06 13:37:37 +01:00
award_spec.rb fixes part1 of files to start using active tense 2016-08-09 15:06:23 +01:00
cherry_pick_spec.rb Add tests 2016-04-20 14:28:43 +02:00
conflicts_spec.rb Handle non-UTF-8 conflicts gracefully 2016-08-25 08:27:08 +01:00
create_new_mr_spec.rb Refactor to mark Changes tab as active on new MR page. 2016-08-18 07:33:27 -05:00
created_from_fork_spec.rb Replace generic table with 2016-10-10 16:21:08 -05:00
diff_notes_resolve_spec.rb Add test for jumping between discussions and unhiding toggled discussions. 2016-08-16 10:17:47 -06:00
diff_notes_spec.rb Fix diff comments on legacy MRs 2016-08-30 09:19:57 +01:00
diffs_spec.rb Moved notes scenarios to 'diff_notes_spec.rb' 2016-08-05 13:56:26 +01:00
edit_mr_spec.rb Revert the revert of Optimistic Locking 2016-08-22 18:43:13 +03:00
filter_by_milestone_spec.rb Small improvements thanks to Robert's feedback 2016-09-30 12:02:54 +02:00
form_spec.rb Updated wording in the specs 2016-07-21 08:52:37 +01:00
merge_request_versions_spec.rb Remove duplicate test 2016-10-01 03:33:20 -04:00
merge_when_build_succeeds_spec.rb Add test that checks actual merge for MWBS feature 2016-10-07 10:10:46 +02:00
only_allow_merge_if_build_succeeds.rb Rename MergeRequest methods that return commits or shas to be more clear and consistent 2016-07-06 18:50:58 -04:00
pipelines_spec.rb Use have_no_link to test presence of button 2016-08-17 14:49:16 +01:00
toggle_whitespace_changes.rb Syntax and code improvements 2016-04-26 14:01:40 -05:00
update_merge_requests_spec.rb Refactor code for bulk update merge requests feature 2016-09-08 15:33:53 +03:00
user_lists_merge_requests_spec.rb State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
user_uses_slash_commands_spec.rb Add a /wip slash command 2016-10-03 09:36:21 +02:00
widget_deployments_spec.rb Show what time ago a MR was deployed 2016-10-14 11:07:00 +02:00