Skip to content

Commit

Permalink
Linter: other ajustments in global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
minh-de-rien committed Jan 11, 2024
1 parent 4bab943 commit 6643984
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This workflow executes several linters on changed files based on languages used in your code base whenever
# This workflow executes several linters on changed files based on languages
# used in your code base whenever
# you push a code or open a pull request.
#
# You can adjust the behavior by modifying this file.
Expand All @@ -11,15 +12,14 @@ on:
branches:
- "**"
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
run-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- name: Lint Code Base
Expand Down
4 changes: 2 additions & 2 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ hr {
/* modern browsers, clip-path works inwards from each corner */
clip-path: inset(50%);

/* added line to stop words getting smushed together (as they go onto seperate lines
and some screen readers do not understand line feeds as a space
/* added line to stop words getting smushed together (as they go onto seperate lines
and some screen readers do not understand line feeds as a space
*/
white-space: nowrap;
}

0 comments on commit 6643984

Please sign in to comment.