Commit ac898833 authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'aalakkad/fix-storage-row-line-height' into 'master'

Fix storage row line height

See merge request gitlab-org/gitlab!72861
parents e2fa66f3 ebb97b80
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div class="gl-responsive-table-row lh-100" role="row"> <div class="gl-responsive-table-row gl-line-height-normal" role="row">
<div class="table-section section-wrap section-70 text-truncate pl-2 ml-3" role="gridcell"> <div class="table-section section-wrap section-70 text-truncate pl-2 ml-3" role="gridcell">
<div class="table-mobile-header" role="rowheader"></div> <div class="table-mobile-header" role="rowheader"></div>
<div class="table-mobile-content ml-1">{{ name }}</div> <div class="table-mobile-content ml-1">{{ name }}</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment