OLD | NEW |
---|---|
(Empty) | |
1 .scope-chain-sidebar-pane-section-header { | |
einbinder
2017/05/25 00:12:59
Copyright
luoe
2017/05/27 03:01:32
Thanks, nice catch.
| |
2 flex: auto; | |
3 } | |
4 | |
5 .scope-chain-sidebar-pane-section-subtitle { | |
6 float: right; | |
7 margin-left: 5px; | |
8 max-width: 55%; | |
9 text-overflow: ellipsis; | |
10 overflow: hidden; | |
11 } | |
12 | |
13 .scope-chain-sidebar-pane-section-title { | |
14 font-weight: normal; | |
15 word-wrap: break-word; | |
16 white-space: normal; | |
17 } | |
18 | |
19 .scope-chain-sidebar-pane-section { | |
20 padding: 2px 4px; | |
21 flex: none; | |
22 } | |
OLD | NEW |