Skip to content

Fix custom border thickness causing layout shifting #489

Fix custom border thickness causing layout shifting

Fix custom border thickness causing layout shifting #489

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v2.1.0
with:
dotnet-version: '6.0.x'
- name: Build
run: dotnet build --configuration Release