Skip to content

Commit ffb7b3e

Browse files
authored
Make keyword spacing look right (#376)
1 parent 682f9b4 commit ffb7b3e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
9+
### Fixed
10+
- Make keyword spacing look right ([#376](https://github.com/cucumber/react-components/pull/376))
11+
912
### Changed
1013
- BREAKING CHANGE: Remove props from `<StatusesSummary/>`, `<ExecutionSummary/>` and `<SearchBar/>` components, use contexts for state ([#374](https://github.com/cucumber/react-components/pull/374))
1114

src/components/gherkin/Keyword.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
.keyword {
44
font-weight: bold;
55
color: $keywordColor;
6-
margin-right: 0.5em;
6+
margin-right: 0.25em;
77
}

0 commit comments

Comments
 (0)