From 3cfd4cf29b9230515c8cd9ee8dc2e788dde50d2b Mon Sep 17 00:00:00 2001 From: Vincent Baaij Date: Sat, 23 Sep 2023 13:31:46 +0200 Subject: [PATCH] Fix #772 --- .../Demo/Shared/Components/ApiDocumentation.razor.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Demo/Shared/Components/ApiDocumentation.razor.css b/examples/Demo/Shared/Components/ApiDocumentation.razor.css index af9a3feea6..af50442b07 100644 --- a/examples/Demo/Shared/Components/ApiDocumentation.razor.css +++ b/examples/Demo/Shared/Components/ApiDocumentation.razor.css @@ -3,11 +3,11 @@ width: 100%; } -::deep fluent-data-grid { - min-width: 1200px; -} - @media screen and (max-width: 1280px) { + + ::deep fluent-data-grid { + min-width: 1200px; + } ::deep .docgrid { overflow-x: scroll;