Skip to content

Commit

Permalink
Fix: Long string breaks design
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-zatloukal-tfs committed Oct 5, 2021
1 parent 3a88db8 commit e70d99a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snipcommand",
"version": "0.1.0",
"version": "0.1.2",
"description": "A free and open source command snippets manager for organize and copy fast.",
"private": true,
"main": "public/electron.js",
Expand Down
1 change: 1 addition & 0 deletions src/components/CommandListItem/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.comp_command-list-item {
position: relative;
max-width: calc(100vw - 250px);

&:hover {
.command-list-menu {
Expand Down
1 change: 1 addition & 0 deletions src/components/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ body {
padding: 0;
margin: 0;
height: 100%;
overflow: hidden;

* {
font-family: "Montserrat", sans-serif;
Expand Down

0 comments on commit e70d99a

Please sign in to comment.