Skip to content

Commit

Permalink
fix(css): borders
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnih committed Oct 6, 2021
1 parent 8500028 commit 40e1a27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.nxe-breadcrumbs-container {
width: 100%;
border: 1px solid red;
border: solid #ccc;
border-width: 0 0 1px 0;
padding: 10px;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@
flex-grow: 1;
overflow: auto;
}

.nxe-breadcrumbs-container {
border-bottom: 0px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.nxe-icons-container {
display: flex;
flex-wrap: wrap;
border: 1px solid blue;
// border: 1px solid #ccc;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
box-sizing: border-box; /* Opera/IE 8+ */
Expand Down

0 comments on commit 40e1a27

Please sign in to comment.