gitlab-org--gitlab-foss/spec
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
..
config
controllers Add test, fix merge error 2016-10-14 12:28:19 +02:00
factories Update Boards::CreateService to handle with the has_many association 2016-10-11 11:39:04 -03:00
features Merge branch '23167-min-row-height' into 'master' 2016-10-14 21:11:05 +00:00
finders Precalculate trending projects 2016-10-10 12:27:08 +02:00
fixtures Fix board relates specs 2016-10-11 11:47:56 -03:00
helpers refactors tests because of gitlab-test repository changes 2016-10-11 16:33:06 +01:00
initializers
javascripts Merge branch 'mr-tabs-affix' into 'master' 2016-10-14 20:57:21 +00:00
lib Merge branch '22591-Convert-UTF-8-Emoji-to-Gitlab-emoji' into 'master' 2016-10-13 16:02:27 +00:00
mailers refactors tests because of gitlab-test repository changes 2016-10-11 16:33:06 +01:00
models Merge branch 'zj-show-deployed-time-ago' into 'master' 2016-10-14 11:01:46 +00:00
policies Make guests unable to view MRs 2016-10-11 16:51:26 +03:00
requests Merge branch 'api-version' into 'master' 2016-10-12 18:38:02 +00:00
routing Merge branch 'atom-routes' into 'master' 2016-10-11 14:04:31 +00:00
services Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' 2016-10-14 16:48:42 +00:00
support writes tests to verify the issue is solved and fixes breaking issues. 2016-10-09 23:20:45 +01:00
tasks/gitlab Add a new gitlab:users:clear_all_authentication_tokens task 2016-10-11 10:21:18 +02:00
uploaders
views Show what time ago a MR was deployed 2016-10-14 11:07:00 +02:00
workers Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' 2016-10-14 16:48:42 +00:00
factories_spec.rb
rails_helper.rb
simplecov_env.rb
spec_helper.rb Revert "Merge branch 'tests-use-tmpfs' into 'master'" 2016-10-12 14:45:26 +00:00
teaspoon_env.rb