Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2021-05-14 06:18:50 +0300
committerEvan Read <eread@gitlab.com>2021-05-14 06:18:50 +0300
commit773928fb3b9dd30efc1fa2024970e0c48aa355ce (patch)
tree5008bf2babb2d18a947f80a8aeca7c1bbdd077fb
parent8bd89bbbdcff25af2ae1516a9767d0b2b33e8f7c (diff)
Change tables for wider displays to auto layout
-rw-r--r--content/assets/stylesheets/_tables.scss2
-rw-r--r--content/assets/stylesheets/stylesheet.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/assets/stylesheets/_tables.scss b/content/assets/stylesheets/_tables.scss
index 341baa77..03fb20c1 100644
--- a/content/assets/stylesheets/_tables.scss
+++ b/content/assets/stylesheets/_tables.scss
@@ -16,7 +16,7 @@ table {
max-width: 100%;
@include breakpoint(md) {
- table-layout: fixed;
+ table-layout: auto;
}
@include breakpoint($max: $bp-md) {
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index faa4f957..79c6c1d6 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -1,5 +1,5 @@
---
-version: 109
+version: 110
---
// @import 'variables';