mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
fix: indent with tabs
Signed-off-by: Christopher Ng <chrng8@gmail.com>
(cherry picked from commit 41856fb8ca)
This commit is contained in:
parent
effc2105c5
commit
d13b8dd7b5
1 changed files with 2 additions and 2 deletions
|
|
@ -218,8 +218,8 @@ export default Vue.extend({
|
|||
<style lang="scss" scoped>
|
||||
.actions-secondary-vue {
|
||||
display: block !important;
|
||||
float: right !important;
|
||||
padding: 5px 0 0 4px !important;
|
||||
float: right !important;
|
||||
padding: 5px 0 0 4px !important;
|
||||
pointer-events: none !important; // prevent activation of file row
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue