mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
10887 - Fixes icon position beside Cell and Run all in notebook toolbar. (#10897)
This commit is contained in:
@@ -474,7 +474,8 @@ Includes non-masked style declarations. */
|
||||
.masked-pseudo:before {
|
||||
height: 23px;
|
||||
left: 0;
|
||||
top: 2px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 30px;
|
||||
}
|
||||
.masked-pseudo-after:after {
|
||||
|
||||
Reference in New Issue
Block a user