gitlab-org--gitlab-foss/app/views/admin
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
..
abuse_reports Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
appearances Fix markdown help references 2016-08-26 09:38:21 -05:00
application_settings Add links to internal docs in Metrics section in the admin area 2016-09-25 12:24:35 +02:00
applications Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
background_jobs Add flash containers and broadcast messages below subnav 2016-10-01 00:21:37 +03:00
broadcast_messages Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
builds Remove unnecessary variables 2016-09-13 09:05:07 +02:00
dashboard Add Container Registry on/off status to admin area 2016-10-03 15:53:59 +01:00
deploy_keys Update the help_page_path route to accept paths directly instead of using parameters. 2016-07-11 12:55:25 -06:00
groups Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
health_check Remove unnecessary parens 2016-06-30 16:01:26 +03:00
hooks Update the help_page_path route to accept paths directly instead of using parameters. 2016-07-11 12:55:25 -06:00
identities Standardize the way we check for and display form errors 2016-04-04 21:37:07 -04:00
keys
labels Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
logs Remove unnecessary parens 2016-06-30 16:01:26 +03:00
projects Enable CacheMarkdownField for the remaining models 2016-10-07 02:54:26 +01:00
requests_profiles Profile requests when a header is passed 2016-07-26 20:06:09 +02:00
runners Replace generic table with 2016-10-10 16:21:08 -05:00
services Make tables full width. 2015-10-19 11:19:45 +02:00
spam_logs Allow `Issue` to be submitted as spam 2016-08-15 13:18:15 -05:00
system_info Use icon helper 2016-08-25 16:07:20 +01:00
users Fix confusing description of a blocked user. 2016-08-02 13:10:02 +02:00