Skip to content

Commit b0eb94e

Browse files
committed
navbar overflow hidden
1 parent 2461316 commit b0eb94e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/app/styles/layout/_stateContainer.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,18 @@
8787
.router-link {
8888
height: 100%;
8989
// width: 34%;
90-
width: 8%;
90+
width: 10%;
9191
display: flex;
9292
justify-content: center;
9393
align-items: center;
9494
background-color: $navbar-unselected;
9595
text-decoration: none;
9696
color: $navbar-unselected-text;
9797

98+
font-size: 75%;
9899
// border-top-right-radius: 10px;
99100
// border-top-left-radius: 10px;
101+
overflow: hidden;
100102
}
101103

102104
.map-tab1 {

0 commit comments

Comments
 (0)